drm/i915/xe2lpd: Don't try to program PLANE_AUX_DIST
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 19 Sep 2023 19:21:14 +0000 (12:21 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 21 Sep 2023 14:39:51 +0000 (07:39 -0700)
commit8ee35345adf13cea516a36c70b9ba997106cd11a
treee880b780ca7f8073c82263b4301af097393d5b43
parentcfeff354f70bb1d0deb0279506e3f7989bc16e28
drm/i915/xe2lpd: Don't try to program PLANE_AUX_DIST

Since Xe2LPD technically has FlatCCS, it doesn't have AuxCCS registers
like PLANE_AUX_DIST.  However we currently have HAS_FLAT_CCS hardcoded
to 0 since compression isn't ready; we need to make sure this doesn't
cause the display code to go back to trying to write this register.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230919192128.2045154-8-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/skl_universal_plane.c