Searched refs:PIPE_D (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 954 .active_pipes = BIT(PIPE_D), 956 [PIPE_D] = BIT(DBUF_S2) | BIT(DBUF_S1), 960 .active_pipes = BIT(PIPE_A) | BIT(PIPE_D), 963 [PIPE_D] = BIT(DBUF_S2), 967 .active_pipes = BIT(PIPE_B) | BIT(PIPE_D), 970 [PIPE_D] = BIT(DBUF_S2), 974 .active_pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_D), 978 [PIPE_D] = BIT(DBUF_S2), 982 .active_pipes = BIT(PIPE_C) | BIT(PIPE_D), 985 [PIPE_D] = BIT(DBUF_S2), [all …]
|
H A D | intel_display_limits.h | 20 PIPE_D, enumerator 37 TRANSCODER_D = PIPE_D,
|
H A D | intel_display_device.c | 140 [PIPE_D] = TGL_CURSOR_D_OFFSET, \ 599 BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D), \ 687 BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D) 981 display_runtime->pipe_mask &= ~BIT(PIPE_D); in intel_display_device_info_runtime_init()
|
H A D | intel_display_power_map.c | 953 .irq_pipe_mask = BIT(PIPE_D), 1193 .irq_pipe_mask = BIT(PIPE_D), 1368 .irq_pipe_mask = BIT(PIPE_D), 1526 .irq_pipe_mask = BIT(PIPE_D),
|
H A D | intel_dmc.c | 442 for (pipe = PIPE_A; pipe <= PIPE_D; pipe++) in adlp_pipedmc_clock_gating_wa() 446 for (pipe = PIPE_C; pipe <= PIPE_D; pipe++) in adlp_pipedmc_clock_gating_wa()
|
H A D | icl_dsi.c | 818 case PIPE_D: in gen11_dsi_configure_transcoder() 1707 *pipe = PIPE_D; in gen11_dsi_get_hw_state()
|
H A D | intel_psr.c | 1346 case PIPE_D: in wa_16013835468_bit_get()
|
H A D | intel_display.c | 3375 pipes = BIT(PIPE_A) | BIT(PIPE_B) | BIT(PIPE_C) | BIT(PIPE_D); in bigjoiner_pipes() 3531 trans_pipe = PIPE_D; in hsw_enabled_transcoders()
|