Searched refs:num_crtc (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c173 | (di->num_crtc > 1 ? RADEON_CRTC2_VBLANK_STAT : 0));
220 if (di->num_crtc > 1) {
256 if (di->num_crtc > 1)
297 if (di->num_crtc > 1)
330 if (di->num_crtc > 1)
H A Dinit.c269 si->num_crtc = di->num_crtc;
295 di->vc->assigned_crtc[1] = si->num_crtc > 1;
H A Dradeon_driver.h106 uint8 num_crtc; member in struct:device_info
H A DCP_setup.c648 if ( di->num_crtc != 2 ) {
716 if ( di->num_crtc != 2 ) {
786 if ( di->num_crtc != 2 ) {
H A Ddetect.c575 di->num_crtc = asic_properties[device->asic].has_crtc2 ? 2 : 1;
/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_routing.c616 else if( ai->si->num_crtc > 1 && crtc2_displays == 0 && vc->assigned_crtc[1] )
620 else if( ai->si->num_crtc > 1 && (crtc2_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[1] )
630 else if( ai->si->num_crtc > 1 && crtc2_displays == 0 && vc->assigned_crtc[1] )
634 else if( ai->si->num_crtc > 1 && (crtc2_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[1] )
679 SHOW_FLOW( 2, "num_crtc: %d, CRTC1 (%s): 0x%x, CRTC2 (%s): 0x%x",
680 si->num_crtc,
H A Dmultimon.c60 if( si->num_crtc > 1 )
H A DSetDisplayMode.c327 | (si->num_crtc > 1 ? RADEON_CRTC2_VBLANK_MASK : 0);
419 if( si->num_crtc > 1 )
H A Dflat_panel.c209 if (IS_R300_VARIANT || (ai->si->asic == rt_r200) || (ai->si->num_crtc == 1))
H A Dmonitor_detection.c961 } else if (si->num_crtc == 1) {
1038 if (si->num_crtc > 1) {
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h545 uint8 num_crtc; // number of physical heads member in struct:__anon33

Completed in 66 milliseconds