Searched refs:Radeon_SetDPMS (Results 1 - 3 of 3) sorted by path

/haiku/src/add-ons/accelerants/radeon/
H A DSetDisplayMode.c491 Radeon_SetDPMS( ai, 0, B_DPMS_SUSPEND );
495 Radeon_SetDPMS( ai, 1, B_DPMS_SUSPEND );
519 Radeon_SetDPMS( ai, 0, (err1 == B_OK) ? B_DPMS_ON : B_DPMS_SUSPEND );
521 Radeon_SetDPMS( ai, 1, (err2 == B_OK) ? B_DPMS_ON : B_DPMS_SUSPEND );
H A Ddpms.c31 result1 = Radeon_SetDPMS( ai, 0, dpms_flags );
33 result1 = Radeon_SetDPMS( ai, 0, dpms_flags );
291 status_t Radeon_SetDPMS( accelerator_info *ai, int crtc_idx, int mode ) function
H A Dradeon_accelerant.h100 status_t Radeon_SetDPMS( accelerator_info *ai, int crtc_idx, int mode );

Completed in 45 milliseconds