drm/i915/gt: skip WA verification for GEN7_MISCCPCTL on DG2
authorAndrzej Hajda <andrzej.hajda@intel.com>
Tue, 12 Sep 2023 07:35:21 +0000 (09:35 +0200)
committerAndrzej Hajda <andrzej.hajda@intel.com>
Wed, 13 Sep 2023 10:17:56 +0000 (12:17 +0200)
commit3b2562dcf91d460753871415f9571effc7965fcf
tree92e827447789db32ed8e853e71f5a52ea7ec29d9
parentc795d2f40a29f3aa9a4ed811f7787bf2f78111f4
drm/i915/gt: skip WA verification for GEN7_MISCCPCTL on DG2

Some DG2 firmware locks this register for modification. Using wa_add
with read_mask 0 allows to skip checks of such registers.

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8945
Signed-off-by: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230912073521.2106162-1-andrzej.hajda@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c