Searched refs:INTEL_OUTPUT_SDVO (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 110 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) { in mrst_limit() 231 int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0; in oaktrail_crtc_dpms() 387 int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0; in oaktrail_crtc_mode_set() 412 case INTEL_OUTPUT_SDVO: in oaktrail_crtc_mode_set()
|
D | psb_intel_drv.h | 61 #define INTEL_OUTPUT_SDVO 3 macro
|
D | framebuffer.c | 603 case INTEL_OUTPUT_SDVO: in psb_setup_outputs() 605 clone_mask = (1 << INTEL_OUTPUT_SDVO); in psb_setup_outputs()
|
D | psb_intel_display.c | 140 case INTEL_OUTPUT_SDVO: in psb_intel_crtc_mode_set()
|
D | psb_intel_sdvo.c | 1241 if (iout->type != INTEL_OUTPUT_SDVO) 2534 gma_encoder->type = INTEL_OUTPUT_SDVO; in psb_intel_sdvo_init()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_sdvo.c | 1453 pipe_config->output_types |= BIT(INTEL_OUTPUT_SDVO); in intel_sdvo_get_config() 3084 intel_encoder->type = INTEL_OUTPUT_SDVO; in intel_sdvo_init()
|
D | intel_drv.h | 171 INTEL_OUTPUT_SDVO = 3, enumerator
|
D | intel_display.c | 1712 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO)) in ironlake_enable_pch_transcoder() 7182 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) || in i9xx_compute_dpll() 7289 if (intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO)) in intel_set_pipe_timings() 7458 intel_crtc_has_type(intel_crtc->config, INTEL_OUTPUT_SDVO)) in i9xx_set_pipeconf() 7533 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) { in g4x_crtc_compute_clock() 8530 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) || in ironlake_compute_dpll()
|