OSDN Git Service

drm/i915: rename debugfs_gt_pm files
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 18 Sep 2021 02:57:53 +0000 (19:57 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sun, 19 Sep 2021 06:33:23 +0000 (23:33 -0700)
commit23f6a829a67cd40ecd1b90dede33b8395f105f81
treebb263858bd76ab2292590afcb6ab183be49b81b4
parent00142bce94dc31a5d8ecfd0238114354dd07ac6e
drm/i915: rename debugfs_gt_pm files

We shouldn't be using debugfs_ namespace for this functionality. Rename
debugfs_gt_pm.[ch] to intel_gt_pm_debugfs.[ch] and then make
functions, defines and structs follow suit.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210918025754.1254705-3-lucas.demarchi@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/gt/debugfs_gt_pm.h [deleted file]
drivers/gpu/drm/i915/gt/intel_gt_debugfs.c
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c [moved from drivers/gpu/drm/i915/gt/debugfs_gt_pm.c with 99% similarity]
drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.h [new file with mode: 0644]