Home
last modified time | relevance | path

Searched refs:ICL_PIPE_DSS_CTL1 (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_vdsc.c1112 ICL_PIPE_DSS_CTL1(crtc->pipe) : DSS_CTL1; in dss_ctl1_reg()
Dintel_ddi.c2220 dss1 = intel_de_read(i915, ICL_PIPE_DSS_CTL1(pipe)); in intel_ddi_mso_get_config()
2266 intel_de_rmw(i915, ICL_PIPE_DSS_CTL1(pipe), in intel_ddi_mso_configure()
Dintel_display.c3769 u32 tmp = intel_de_read(dev_priv, ICL_PIPE_DSS_CTL1(pipe)); in enabled_bigjoiner_pipes()
3785 u32 tmp = intel_de_read(dev_priv, ICL_PIPE_DSS_CTL1(pipe)); in enabled_bigjoiner_pipes()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg.h7948 #define ICL_PIPE_DSS_CTL1(pipe) _MMIO_PIPE((pipe) - PIPE_B, \ macro