]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Move sseu debugfs under gt/
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 8 Jul 2020 00:39:52 +0000 (17:39 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 8 Jul 2020 20:40:15 +0000 (21:40 +0100)
commita00eda7d8996803320bc63c574ee78f8a2fb72ee
treebea20673de67d0c09cdfc2b14fdc6408af13a126
parent5df79ff13554e82feb301da485077aa6680020ea
drm/i915: Move sseu debugfs under gt/

In line with what happened for other gt-related features, move the sseu
debugfs files under gt/.

The sseu_status debugfs has also been kept at the top level as we do
have tests that use it; it will be removed once we teach the tests to
look into the new path.

Suggested-by: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Cc: Andi Shyti <andi.shyti@intel.com>
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/20200708003952.21831-10-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/debugfs_gt.c
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_sseu_debugfs.h [new file with mode: 0644]
drivers/gpu/drm/i915/i915_debugfs.c