Home
last modified time | relevance | path

Searched refs:used_crtc (Results 1 – 10 of 10) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A DSetDisplayMode.c499 vc->used_crtc[0] = vc->assigned_crtc[0] && si->crtc[0].chosen_displays != dd_none; in SET_DISPLAY_MODE()
500 vc->used_crtc[1] = vc->assigned_crtc[1] && si->crtc[1].chosen_displays != dd_none; in SET_DISPLAY_MODE()
503 if( vc->used_crtc[0] ) in SET_DISPLAY_MODE()
505 if( vc->used_crtc[1] ) in SET_DISPLAY_MODE()
518 if( vc->used_crtc[0] ) in SET_DISPLAY_MODE()
520 if( vc->used_crtc[1] ) in SET_DISPLAY_MODE()
545 if( vc->used_crtc[0] ) in SET_DISPLAY_MODE()
547 if( vc->used_crtc[1] ) in SET_DISPLAY_MODE()
551 if( vc->used_crtc[0] ) in SET_DISPLAY_MODE()
553 if( vc->used_crtc[1] ) in SET_DISPLAY_MODE()
H A DCursor.c117 if( vc->used_crtc[0] ) in MOVE_CURSOR()
119 if( vc->used_crtc[1] ) in MOVE_CURSOR()
140 if( vc->used_crtc[0] ) in SHOW_CURSOR()
142 if( vc->used_crtc[1] ) in SHOW_CURSOR()
H A Dpalette.c72 if( vc->used_crtc[0] ) in SET_INDEXED_COLORS()
74 if( vc->used_crtc[1] ) in SET_INDEXED_COLORS()
H A Dmonitor_routing.c85 if( ai->vc->used_crtc[0] ) in Radeon_CalcMonitorRouting()
90 if( ai->vc->used_crtc[1] ) in Radeon_CalcMonitorRouting()
484 if( ai->vc->used_crtc[0] ) { in Radeon_ProgramMonitorRouting()
490 if( ai->vc->used_crtc[1] ) { in Radeon_ProgramMonitorRouting()
506 if( ai->vc->used_crtc[0] ) { in Radeon_ProgramMonitorRouting()
523 if( ai->vc->used_crtc[1] ) { in Radeon_ProgramMonitorRouting()
H A Ddpms.c30 if( vc->used_crtc[0] ) in SET_DPMS_MODE()
32 if( vc->used_crtc[0] ) in SET_DPMS_MODE()
52 return Radeon_GetDPMS( ai, ai->vc->used_crtc[0] ? 0 : 1 ); in DPMS_MODE()
H A Dcrtc.c164 if( vc->used_crtc[0] ) in Radeon_MoveDisplay()
166 if( vc->used_crtc[1] ) in Radeon_MoveDisplay()
H A Dmultimon.c98 if( vc->used_crtc[0] ) { in Radeon_InitMultiModeVars()
103 if( vc->used_crtc[1] ) { in Radeon_InitMultiModeVars()
H A DGetModeInfo.c146 if( vc->used_crtc[0] ) in ACCELERANT_RETRACE_SEMAPHORE()
H A Doverlay.c1115 crtc_idx = vc->used_crtc[0] ? 0 : 1; in Radeon_UpdateOverlay()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h388 bool used_crtc[2]; // mask of heads assigned to virtual card member