drm/i915/huc: Fix HuC register used in debugfs
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 30 Mar 2020 11:33:38 +0000 (13:33 +0200)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 30 Mar 2020 16:56:00 +0000 (17:56 +0100)
commitd472634ef9e143a4ac566e5bec953cc52e2618fe
tree19e69ae27693c5a0065f7211eb30e000196ee2f7
parent2da48b1f888d70c008ab7a4c15d60e3421fe4a22
drm/i915/huc: Fix HuC register used in debugfs

We report HuC status in debugfs using register read, but
we missed that on Gen11+ HuC uses different register.
Use correct one.

While here, correct placement of the colon.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20200330113338.1713-1-michal.wajdeczko@intel.com
drivers/gpu/drm/i915/gt/uc/intel_huc.c