Searched refs:DP_A (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | g4x_dp.c | 186 bool cur_state = intel_de_read(display, DP_A) & DP_PLL_ENABLE; in assert_edp_pll() 215 intel_de_write(display, DP_A, intel_dp->DP); in ilk_edp_pll_on() 216 intel_de_posting_read(display, DP_A); in ilk_edp_pll_on() 230 intel_de_write(display, DP_A, intel_dp->DP); in ilk_edp_pll_on() 231 intel_de_posting_read(display, DP_A); in ilk_edp_pll_on() 248 intel_de_write(display, DP_A, intel_dp->DP); in ilk_edp_pll_off() 249 intel_de_posting_read(display, DP_A); in ilk_edp_pll_off() 398 if ((intel_de_read(display, DP_A) & DP_PLL_FREQ_MASK) == DP_PLL_FREQ_162MHZ) in intel_dp_get_config()
|
| H A D | intel_pps.c | 1861 g4x_dp_port_enabled(display, DP_A, PORT_A, &panel_pipe); in assert_pps_unlocked()
|
| H A D | intel_display.c | 7618 if ((intel_de_read(display, DP_A) & DP_DETECTED) == 0) in ilk_has_edp_a() 7690 g4x_dp_init(display, DP_A, PORT_A); in intel_setup_outputs()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_reg.h | 1392 #define DP_A _MMIO(0x64000) /* eDP */ macro
|