]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dmc: Remove invalid PIPEDMC interrupt bits
authorDibin Moolakadan Subrahmanian <dibin.moolakadan.subrahmanian@intel.com>
Fri, 27 Mar 2026 06:44:52 +0000 (12:14 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Mon, 30 Mar 2026 09:16:27 +0000 (14:46 +0530)
commite2d48e8395a43e8264660ac37a75f7644d4f5d8b
tree49b8e6a96893fd7486e2b535f66eb0a758674efe
parente012fa31f90de0928d85ab22d9cc5fc8fe84c5b0
drm/i915/dmc: Remove invalid PIPEDMC interrupt bits

On display version 35+ PIPEDMC_ATS_FAULT and
PIPEDMC_GTT_FAULT interrupt bits are no longer defined.

Update the interrupt mask to drop these.

Changes in v2:
- Move PIPEDMC_ERROR interrupt enable to a separate patch (Ville Syrjala)
Changes in v3:
- Add Bspec reference (Suraj Kandpal)
Changes in v4:
- Move bspec position in commit message(Suraj Kandpal)

Bspec: 70296
Signed-off-by: Dibin Moolakadan Subrahmanian <dibin.moolakadan.subrahmanian@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260327064453.2241523-2-dibin.moolakadan.subrahmanian@intel.com
drivers/gpu/drm/i915/display/intel_dmc.c