Home
last modified time | relevance | path

Searched refs:Radeon_SetDPMS (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Ddpms.c31 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 DSetDisplayMode.c491 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 Dradeon_accelerant.h100 status_t Radeon_SetDPMS( accelerator_info *ai, int crtc_idx, int mode );