Searched refs:INTEL_OUTPUT_SDVO (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/gma500/ |
D | oaktrail_crtc.c | 103 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) { in mrst_limit() 226 int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0; in oaktrail_crtc_dpms() 382 int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0; in oaktrail_crtc_mode_set() 404 case INTEL_OUTPUT_SDVO: in oaktrail_crtc_mode_set()
|
D | framebuffer.c | 150 case INTEL_OUTPUT_SDVO: in psb_setup_outputs()
|
D | psb_intel_drv.h | 48 #define INTEL_OUTPUT_SDVO 3 macro
|
D | psb_intel_display.c | 132 case INTEL_OUTPUT_SDVO: in psb_intel_crtc_mode_set()
|
D | psb_intel_sdvo.c | 2458 gma_encoder->type = INTEL_OUTPUT_SDVO; in psb_intel_sdvo_init()
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_pch_display.c | 296 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) in ilk_enable_pch_transcoder()
|
D | intel_dpll.c | 1020 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) || in i9xx_dpll() 1285 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO) || in ilk_dpll() 1553 } else if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) { in g4x_crtc_compute_clock()
|
D | intel_display_types.h | 77 INTEL_OUTPUT_SDVO = 3, enumerator
|
D | intel_sdvo.c | 1713 pipe_config->output_types |= BIT(INTEL_OUTPUT_SDVO); in intel_sdvo_get_config() 3400 intel_encoder->type = INTEL_OUTPUT_SDVO; in intel_sdvo_init()
|
D | intel_display.c | 2711 if (intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) in intel_set_transcoder_timings() 2965 intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) in i9xx_set_pipeconf() 3204 !intel_crtc_has_type(crtc_state, INTEL_OUTPUT_SDVO)) in ilk_set_pipeconf()
|