drm/i915: Stop whitelisting CS_CTX_TIMESTAMP on Xe_HP platforms
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 24 Feb 2023 00:23:00 +0000 (16:23 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 28 Feb 2023 19:58:58 +0000 (11:58 -0800)
commitabd74d262b07f33d6c298f1b2fe03cfcdb3c72f7
tree360d2cb3394c6169ac58998fb4720b518fb983cd
parentcebc13de7e704b1355bea208a9f9cdb042c74588
drm/i915: Stop whitelisting CS_CTX_TIMESTAMP on Xe_HP platforms

Xe_HP architecture already makes the CS_CTX_TIMESTAMP readable by
userspace on all engines; there's no longer a need to add it to the
software-managed whitelist for the non-RCS engines.

Bspec: 45545
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Acked-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230224002300.3578985-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/gt/intel_workarounds.c