]> 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)
commitc6c4e0dcb5a1d110e8d7393ff573f86d43bb5867
treea842c513d14e83c220bbe646a4158634bf7f5672
parent7118cbe3109f435cd3c4ae4aafed1d46b5567bf8
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