]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/gt: fix platform prefix
authorLucas De Marchi <lucas.demarchi@intel.com>
Tue, 20 Jul 2021 23:20:11 +0000 (16:20 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 22 Jul 2021 23:51:58 +0000 (16:51 -0700)
commit7894375e27039ab0c4da147ee294209f411c9e28
tree80b6601a19815ddb2adc781bc5cbef31fb25a3fb
parente03b59064be4665a44963c1034246ab7ca39151a
drm/i915/gt: fix platform prefix

gen8_clear_engine_error_register() is actually not used by
GRAPHICS_VER >= 8, since for those we are using another register that is
not engine-dependent. Fix the platform prefix, to make clear we are not
using any GEN6_RING_FAULT_REG_* one GRAPHICS_VER >= 8.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210720232014.3302645-2-lucas.demarchi@intel.com
drivers/gpu/drm/i915/gt/intel_gt.c