drm/i915/guc: Simplify/extend platform check for Wa_14018913170
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 23 Feb 2024 20:28:45 +0000 (12:28 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 6 Mar 2024 01:19:50 +0000 (17:19 -0800)
commit4ae86a7f8dea764adda6b78d208fffe4ba9f14c0
tree48b6e531f8140755dd3e678bce45e4f4b4fa51a3
parent6ee3f54b880c91ab2e244eb4ffd4bfed37832b25
drm/i915/guc: Simplify/extend platform check for Wa_14018913170

The above w/a is required for every platform that the i915 driver
supports. It is fixed on the latest platforms but they are only
supported by Xe instead of i915. So just remove the platform check
completely and keep the code simple.

v2: Add extra comment (review feedback from Rodrigo).

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240223202846.1532176-1-John.C.Harrison@Intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc.c