]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/gt: Move pm debug files into a gt aware debugfs
authorAndi Shyti <andi.shyti@intel.com>
Sun, 22 Dec 2019 14:40:46 +0000 (14:40 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 22 Dec 2019 15:25:10 +0000 (15:25 +0000)
commit32a23ae57f9fd3a50cc2002d0bc08a44b2c5ee9c
treea842c513d14e83c220bbe646a4158634bf7f5672
parent2de8642867ba331334e0b9e8f2c0d6f99ad15762
drm/i915/gt: Move pm debug files into a gt aware debugfs

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@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/20191222144046.1674865-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/debugfs_engines.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/debugfs_engines.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/debugfs_gt.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/debugfs_gt.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/debugfs_gt_pm.c [new file with mode: 0644]
drivers/gpu/drm/i915/gt/debugfs_gt_pm.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/intel_gt.c