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

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

Completed in 110 milliseconds