Searched refs:Radeon_SetDPMS (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/accelerants/radeon/ |
H A D | dpms.c | 31 result1 = Radeon_SetDPMS( ai, 0, dpms_flags ); in SET_DPMS_MODE() 33 result1 = Radeon_SetDPMS( ai, 0, dpms_flags ); in SET_DPMS_MODE() 291 status_t Radeon_SetDPMS( accelerator_info *ai, int crtc_idx, int mode ) in Radeon_SetDPMS() function
|
H A D | SetDisplayMode.c | 491 Radeon_SetDPMS( ai, 0, B_DPMS_SUSPEND ); in SET_DISPLAY_MODE() 495 Radeon_SetDPMS( ai, 1, B_DPMS_SUSPEND ); in SET_DISPLAY_MODE() 519 Radeon_SetDPMS( ai, 0, (err1 == B_OK) ? B_DPMS_ON : B_DPMS_SUSPEND ); in SET_DISPLAY_MODE() 521 Radeon_SetDPMS( ai, 1, (err2 == B_OK) ? B_DPMS_ON : B_DPMS_SUSPEND ); in SET_DISPLAY_MODE()
|
H A D | radeon_accelerant.h | 100 status_t Radeon_SetDPMS( accelerator_info *ai, int crtc_idx, int mode );
|