Home
last modified time | relevance | path

Searched refs:dd_stv (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_routing.c165 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()
[all …]
H A DSetDisplayMode.c169 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_SetMode()
185 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_SetMode()
211 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_SetMode()
226 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_SetMode()
231 if( (disp_devices & (dd_stv | dd_ctv)) == 0 ) in Radeon_SetMode()
274 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) { in Radeon_SetMode()
H A Ddpms.c320 if( crtc_idx == 1 || (crtc->active_displays & (dd_tv_crt | dd_ctv | dd_stv)) != 0 ) in Radeon_SetDPMS()
324 if( (crtc->active_displays & (dd_ctv | dd_stv)) != 0 ) in Radeon_SetDPMS()
H A Dmonitor_detection.c395 displays |= dd_stv; in Radeon_DetectTV_RV200()
478 displays |= dd_stv; in Radeon_DetectTV_R300()
637 displays |= dd_stv; in Radeon_DetectTV_Theatre()
1115 if ((controlled_displays & (dd_ctv | dd_stv)) != 0) in Radeon_DetectDisplays()
H A Dimpactv.c574 if( (display_device & dd_stv) != 0 ) { in Radeon_CalcImpacTVRegisters()
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h106 dd_stv = 32, // S-Video out on TV-DAC enumerator
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dinit.c297 dd_tv_crt | dd_crt | dd_lvds | dd_dvi | dd_dvi_ext | dd_ctv | dd_stv; in Radeon_FirstOpen()