Searched refs:gx00_crtc_dpms (Results 1 – 4 of 4) sorted by relevance
/haiku/src/add-ons/accelerants/matrox/ |
H A D | SetDisplayMode.c | 77 gx00_crtc_dpms(false, false, false); in SET_DISPLAY_MODE() 586 gx00_crtc_dpms(true, true, true); in SET_DPMS_MODE() 593 gx00_crtc_dpms(false, true, true); in SET_DPMS_MODE() 597 gx00_crtc_dpms(false, false, true); in SET_DPMS_MODE() 616 gx00_crtc_dpms(false, true, true); in SET_DPMS_MODE() 620 gx00_crtc_dpms(false, true, false); in SET_DPMS_MODE() 639 gx00_crtc_dpms(false, true, true); in SET_DPMS_MODE() 643 gx00_crtc_dpms(false, false, false); in SET_DPMS_MODE() 669 gx00_crtc_dpms(true, true, true); in SET_DPMS_MODE() 677 gx00_crtc_dpms(false, true, true); in SET_DPMS_MODE() [all …]
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_general.c | 313 gx00_crtc_dpms(false, false, false); in g100_general_powerup() 415 gx00_crtc_dpms(false, false, false); in g200_general_powerup() 523 gx00_crtc_dpms(false, false, false); in g400_general_powerup() 640 gx00_crtc_dpms(false, false, false); in g450_general_powerup()
|
H A D | mga_proto.h | 91 status_t gx00_crtc_dpms(bool display,bool h,bool v);
|
H A D | mga_crtc.c | 285 status_t gx00_crtc_dpms(bool display, bool h, bool v) // MIL2 in gx00_crtc_dpms() function
|