[Intel-gfx] [PATCH v5 2/2] drm/i915/gt: Move power management debug files into a gt aware debugfs
Chris Wilson
chris at chris-wilson.co.uk
Fri Dec 13 21:10:17 UTC 2019
Quoting Andi Shyti (2019-12-13 21:00:50)
> From: Andi Shyti <andi.shyti at intel.com>
>
> The GT system is becoming more and more a stand-alone system in
> i915 and it's fair to assign it its own debugfs directory.
>
> rc6, rps and llc debugfs files are gt related, move them into the
> gt debugfs directory.
>
> Signed-off-by: Andi Shyti <andi.shyti at intel.com>
> ---
> drivers/gpu/drm/i915/Makefile | 2 +
> drivers/gpu/drm/i915/gt/intel_debugfs_gt.c | 23 +
> drivers/gpu/drm/i915/gt/intel_debugfs_gt.h | 27 +
> drivers/gpu/drm/i915/gt/intel_debugfs_pm.c | 623 +++++++++++++++++++++
> drivers/gpu/drm/i915/gt/intel_debugfs_pm.h | 16 +
That's the worst of all worlds. debugfs is not a piece of intel hw.
-Chris
More information about the Intel-gfx
mailing list