From: Andi Shyti <andi.shyti@xxxxxxxxx> Hi, In this 7th version I removed in a separate patch the sseu interface which is broken and therefore useless. Thanks Tvrtko and Chris for the review, Andi Changelog ========= v7: - add a preliminary patch that removes completely the i915_sseu_status interface. v6: - i915_forcewake_user left intact in in the top level directory - improved commit log v5: - renamed from debugfs_gt_sseu.[ch] to debugfs_sseu.[ch] - moved i915_rcs_topology from i915_debugfs.c to gt/debugfs_sseu.c - added Tvrtko's and Chris r-b. v4: - interrupt and sseu debugfs interface are moved to their own "debugfs_gt_irq" and "debugfs_gt_sseu" files - reset functions are renamed to reset_show/store v3: - better arrangement of what should stay in i915_debugfs and what needs to be moved under gt/ - more use of the local "uncore" and "i915" variables to improve readability v2: - dropped changes on "drop_caches", they were indeed irrelevant - improved interrupt info function Andi Shyti (2): drm/i915: remove broken i915_sseu_status interface drm/i915/gt: move remaining debugfs interfaces into gt drivers/gpu/drm/i915/Makefile | 1 + drivers/gpu/drm/i915/gt/debugfs_gt.c | 48 +++- drivers/gpu/drm/i915/gt/debugfs_gt_irq.c | 162 +++++++++++ drivers/gpu/drm/i915/gt/debugfs_gt_irq.h | 15 + drivers/gpu/drm/i915/gt/debugfs_gt_pm.c | 32 +++ drivers/gpu/drm/i915/i915_debugfs.c | 339 +---------------------- 6 files changed, 258 insertions(+), 339 deletions(-) create mode 100644 drivers/gpu/drm/i915/gt/debugfs_gt_irq.c create mode 100644 drivers/gpu/drm/i915/gt/debugfs_gt_irq.h -- 2.25.1 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx