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 ) {
206 if( (controlled_devices & (dd_ctv | dd_stv)) != 0 )
211 if( (total_devices & (dd_ctv | dd_stv)) != 0 ) {
280 } else if( (controlled_devices & (dd_ctv | dd_stv)) != 0 ) {
292 if( (total_devices & (dd_tv_crt | dd_ctv | dd_stv)) != 0 ) {
293 int crtc_idx = (display_devices[1] & (dd_tv_crt | dd_ctv | dd_stv)) != 0;
332 if( (total_devices & (dd_ctv | dd_stv)) != 0 ) {
333 int crtc_idx = (display_devices[1] & (dd_ctv | dd_stv)) != 0;
343 if( (display_devices[0] & (dd_ctv | dd_stv)) != 0
367 if( (display_devices[1] & (dd_ctv | dd_stv)) !
[all...]
H A DSetDisplayMode.c169 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) {
185 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) {
211 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) {
226 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) {
231 if( (disp_devices & (dd_stv | dd_ctv)) == 0 )
274 if( (disp_devices & (dd_ctv | dd_stv)) != 0 ) {
H A Ddpms.c320 if( crtc_idx == 1 || (crtc->active_displays & (dd_tv_crt | dd_ctv | dd_stv)) != 0 )
324 if( (crtc->active_displays & (dd_ctv | dd_stv)) != 0 )
H A Dmonitor_detection.c395 displays |= dd_stv;
478 displays |= dd_stv;
637 displays |= dd_stv;
1115 if ((controlled_displays & (dd_ctv | dd_stv)) != 0)
H A Dimpactv.c574 if( (display_device & dd_stv) != 0 ) {
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h106 dd_stv = 32, // S-Video out on TV-DAC enumerator in enum:__anon6
/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;

Completed in 68 milliseconds