Quoting Chris Wilson (2019-12-22 16:40:46) > From: Andi Shyti <andi.shyti@xxxxxxxxx> > > 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@xxxxxxxxx> > Reviewed-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> > Signed-off-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/i915/Makefile | 3 + > drivers/gpu/drm/i915/gt/debugfs_engines.c | 36 ++ > drivers/gpu/drm/i915/gt/debugfs_engines.h | 15 + > drivers/gpu/drm/i915/gt/debugfs_gt.c | 42 ++ > drivers/gpu/drm/i915/gt/debugfs_gt.h | 39 ++ > drivers/gpu/drm/i915/gt/debugfs_gt_pm.c | 601 ++++++++++++++++++++++ > drivers/gpu/drm/i915/gt/debugfs_gt_pm.h | 14 + > drivers/gpu/drm/i915/gt/intel_gt.c | 3 + > 8 files changed, 753 insertions(+) > create mode 100644 drivers/gpu/drm/i915/gt/debugfs_engines.c > create mode 100644 drivers/gpu/drm/i915/gt/debugfs_engines.h > create mode 100644 drivers/gpu/drm/i915/gt/debugfs_gt.c > create mode 100644 drivers/gpu/drm/i915/gt/debugfs_gt.h > create mode 100644 drivers/gpu/drm/i915/gt/debugfs_gt_pm.c > create mode 100644 drivers/gpu/drm/i915/gt/debugfs_gt_pm.h This patch seems to actually copy the code, forgetting to remove the old code. Let's have a follow-up patch that eliminates the duplication. Regards, Joonas _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx