Home
last modified time | relevance | path

Searched refs:DDI_DP_COMP_CTL (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp_test.c235 intel_de_write(display, DDI_DP_COMP_CTL(pipe), 0x0); in intel_dp_phy_pattern_update()
243 intel_de_write(display, DDI_DP_COMP_CTL(pipe), in intel_dp_phy_pattern_update()
249 intel_de_write(display, DDI_DP_COMP_CTL(pipe), in intel_dp_phy_pattern_update()
255 intel_de_write(display, DDI_DP_COMP_CTL(pipe), in intel_dp_phy_pattern_update()
272 intel_de_write(display, DDI_DP_COMP_CTL(pipe), in intel_dp_phy_pattern_update()
285 intel_de_write(display, DDI_DP_COMP_CTL(pipe), in intel_dp_phy_pattern_update()
297 intel_de_write(display, DDI_DP_COMP_CTL(pipe), 0x0); in intel_dp_phy_pattern_update()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_reg.h3626 #define DDI_DP_COMP_CTL(pipe) _MMIO_PIPE(pipe, _DDI_DP_COMP_CTL_A, _DDI_DP_COMP_CTL_B) macro