Home
last modified time | relevance | path

Searched refs:TRANSCODER_EDP (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_vdsc.c477 else if (cpu_transcoder == TRANSCODER_EDP) in intel_dsc_power_domain()
511 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
530 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
550 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
570 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
590 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
610 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
632 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
652 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
672 if (cpu_transcoder == TRANSCODER_EDP) { in intel_configure_pps_for_dsc_encoder()
[all …]
Dintel_psr.c103 case TRANSCODER_EDP: in edp_psr_shift()
112 u32 transcoders = BIT(TRANSCODER_EDP); in intel_psr_irq_control()
174 u32 transcoders = BIT(TRANSCODER_EDP); in intel_psr_irq_handler()
673 [TRANSCODER_EDP] = CHICKEN_TRANS_EDP, in gen9_chicken_trans_reg()
1235 val &= EDP_PSR_ERROR(edp_psr_shift(TRANSCODER_EDP)); in intel_psr_init()
Dintel_display_power.h120 ((tran) == TRANSCODER_EDP ? POWER_DOMAIN_TRANSCODER_EDP : \
Dintel_display.h109 TRANSCODER_EDP, enumerator
129 case TRANSCODER_EDP: in transcoder_name()
Dintel_ddi.c1803 if (cpu_transcoder == TRANSCODER_EDP) { in intel_ddi_enable_transcoder_func()
1931 cpu_transcoder = TRANSCODER_EDP; in intel_ddi_connector_get_hw_state()
1993 tmp = I915_READ(TRANS_DDI_FUNC_CTL(TRANSCODER_EDP)); in intel_ddi_get_encoder_pipes()
2154 if (cpu_transcoder != TRANSCODER_EDP) { in intel_ddi_enable_pipe_clock()
2169 if (cpu_transcoder != TRANSCODER_EDP) { in intel_ddi_disable_pipe_clock()
3804 if (cpu_transcoder == TRANSCODER_EDP) in intel_ddi_is_audio_enabled()
3980 pipe_config->cpu_transcoder = TRANSCODER_EDP; in intel_ddi_compute_config()
3990 pipe_config->cpu_transcoder == TRANSCODER_EDP) in intel_ddi_compute_config()
Dintel_pipe_crc.c317 pipe_config->cpu_transcoder == TRANSCODER_EDP) in intel_crtc_crc_setup_workarounds()
Dintel_display.c6467 if (cpu_transcoder != TRANSCODER_EDP && in haswell_crtc_enable()
7636 return transcoder == TRANSCODER_EDP; in transcoder_has_m2_n2()
8176 if (IS_HASWELL(dev_priv) && cpu_transcoder == TRANSCODER_EDP && in intel_set_pipe_timings()
10219 panel_transcoder_mask |= BIT(TRANSCODER_EDP); in hsw_get_transcoder_state()
10278 WARN_ON((enabled_panel_transcoders & BIT(TRANSCODER_EDP)) && in hsw_get_transcoder_state()
10279 enabled_panel_transcoders != BIT(TRANSCODER_EDP)); in hsw_get_transcoder_state()
10488 if (pipe_config->cpu_transcoder != TRANSCODER_EDP && in haswell_get_pipe_config()
17218 TRANSCODER_EDP, in intel_display_capture_error_state()
Dintel_panel.c947 if (cpu_transcoder == TRANSCODER_EDP) in pch_enable_backlight()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_pci.c75 [TRANSCODER_EDP] = PIPE_EDP_OFFSET, \
81 [TRANSCODER_EDP] = TRANSCODER_EDP_OFFSET, \
739 [TRANSCODER_EDP] = PIPE_EDP_OFFSET, \
747 [TRANSCODER_EDP] = TRANSCODER_EDP_OFFSET, \
Di915_drv.h2154 #define HAS_TRANSCODER_EDP(dev_priv) (INTEL_INFO(dev_priv)->trans_offsets[TRANSCODER_EDP] != 0)
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c2117 MMIO_D(HTOTAL(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2118 MMIO_D(HBLANK(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2119 MMIO_D(HSYNC(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2120 MMIO_D(VTOTAL(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2121 MMIO_D(VBLANK(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2122 MMIO_D(VSYNC(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2123 MMIO_D(BCLRPAT(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2124 MMIO_D(VSYNCSHIFT(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2153 MMIO_D(PIPE_DATA_M1(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
2154 MMIO_D(PIPE_DATA_N1(TRANSCODER_EDP), D_ALL); in init_generic_mmio_info()
[all …]