]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: correct name of GT forcewake domain in error messages
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 29 Jul 2021 05:41:13 +0000 (22:41 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 10 Aug 2021 22:34:46 +0000 (15:34 -0700)
commitbc33e71f00a7491810cac9e1335ca97e889d5620
treec36035418cce00ec87fac20f776bc018442ef364
parentce7e75c7ef1bf8ea3d947da8c674d2f40fd7d734
drm/i915: correct name of GT forcewake domain in error messages

For historical reasons, the GT forcewake domain used to be referred to
as the "blitter" domain; that name is no longer accurate since the GT
domain contains a lot of additional registers and functionality besides
just the blitter.  Although we renamed the domain in the driver in
commit 55e3c170950f ("drm/i915: Rename FORCEWAKE_BLITTER to
FORCEWAKE_GT"), we neglected to update the string that gets printed in
driver error messages; let's do that now to avoid confusion.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Caz Yokoyama <caz.yokoyama@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210729054118.2458523-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/intel_uncore.c