Searched refs:assigned_crtc (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_routing.c501 if( ai->vc->assigned_crtc[0] ) {
518 if( ai->vc->assigned_crtc[1] ) {
559 if( !ai->vc->assigned_crtc[0] ) {
600 if( !vc->assigned_crtc[1] && crtc2_displays != 0 ) {
614 if( crtc1_displays == 0 && vc->assigned_crtc[0] )
616 else if( ai->si->num_crtc > 1 && crtc2_displays == 0 && vc->assigned_crtc[1] )
618 else if( (crtc1_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[0] )
620 else if( ai->si->num_crtc > 1 && (crtc2_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[1] )
628 if( crtc1_displays == 0 && vc->assigned_crtc[0] )
630 else if( ai->si->num_crtc > 1 && crtc2_displays == 0 && vc->assigned_crtc[
[all...]
H A DSetDisplayMode.c417 vc->independant_heads = vc->assigned_crtc[0] && si->crtc[0].chosen_displays != dd_none;
420 vc->independant_heads += vc->assigned_crtc[1] && si->crtc[1].chosen_displays != dd_none;
487 if( vc->assigned_crtc[0] ) {
493 if( vc->assigned_crtc[1] ) {
499 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;
H A Dmultimon.c58 int num_usable_crtcs = vc->assigned_crtc[0] && si->crtc[0].chosen_displays != dd_none;
61 num_usable_crtcs += vc->assigned_crtc[1] && si->crtc[1].chosen_displays != dd_none;
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c294 di->vc->assigned_crtc[0] = true;
295 di->vc->assigned_crtc[1] = si->num_crtc > 1;
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h387 bool assigned_crtc[2]; // mask of heads assigned to virtual card member in struct:__anon25

Completed in 100 milliseconds