drm/i915/pxp: Add missing tag for Wa_14019159160
authorAlan Previn <alan.previn.teres.alexis@intel.com>
Wed, 16 Oct 2024 00:16:58 +0000 (17:16 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Fri, 18 Oct 2024 15:00:33 +0000 (11:00 -0400)
commit682c9d3d7abbe07a6dda6ea2cae2bf72a10982cd
tree2d1bc15727f97ceaa2021964fb85efba82f2be3b
parent59579829743239e387fff568809512ca34677f19
drm/i915/pxp: Add missing tag for Wa_14019159160

Add missing tag for "Wa_14019159160 - Case 2" (for existing
PXP code that ensures run alone mode bit is set to allow
PxP-decryption.

 v5: - remove the max IP_VER check since new platforms that
       i915 supports needs this fix and tag the caller too
       (John Harrison).
 v4: - Include IP_VER 12.71. (Matt Roper)
 v3: - Check targeted platforms using IP_VAL. (John Harrison)
 v2: - Fix WA id number (John Harrison).
     - Improve comments and code to be specific
       for the targeted platforms (John Harrison)

Signed-off-by: Alan Previn <alan.previn.teres.alexis@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241016001658.2671225-1-alan.previn.teres.alexis@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/i915/gt/intel_lrc.c