Lines Matching refs:dd_stv
165 if( (total_devices & (dd_tv_crt | dd_ctv | dd_stv)) != 0 ) { in Radeon_CalcMonitorRouting()
206 if( (controlled_devices & (dd_ctv | dd_stv)) != 0 ) in Radeon_CalcMonitorRouting()
211 if( (total_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_CalcMonitorRouting()
280 } else if( (controlled_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_CalcMonitorRouting()
292 if( (total_devices & (dd_tv_crt | dd_ctv | dd_stv)) != 0 ) { in Radeon_CalcMonitorRouting()
293 int crtc_idx = (display_devices[1] & (dd_tv_crt | dd_ctv | dd_stv)) != 0; in Radeon_CalcMonitorRouting()
332 if( (total_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_CalcMonitorRouting()
333 int crtc_idx = (display_devices[1] & (dd_ctv | dd_stv)) != 0; in Radeon_CalcMonitorRouting()
343 if( (display_devices[0] & (dd_ctv | dd_stv)) != 0 in Radeon_CalcMonitorRouting()
367 if( (display_devices[1] & (dd_ctv | dd_stv)) != 0 in Radeon_CalcMonitorRouting()
592 if( (display_devices & dd_stv) != 0 ) in assignDefaultMonitorRoute()
593 crtc2_displays |= dd_stv; in assignDefaultMonitorRoute()
606 if( IS_INTERNAL_TV_OUT( ai->si->tv_chip ) && (display_devices & (dd_stv | dd_ctv)) != 0 ) in assignDefaultMonitorRoute()
618 else if( (crtc1_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[0] ) in assignDefaultMonitorRoute()
620 …else if( ai->si->num_crtc > 1 && (crtc2_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[1… in assignDefaultMonitorRoute()
632 else if( (crtc1_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[0] ) in assignDefaultMonitorRoute()
634 …else if( ai->si->num_crtc > 1 && (crtc2_displays & ~(dd_stv | dd_ctv)) == 0 && vc->assigned_crtc[1… in assignDefaultMonitorRoute()
667 display_devices &= ~(dd_ctv | dd_stv); in Radeon_SetupDefaultMonitorRouting()