commit | 23f6a829a67cd40ecd1b90dede33b8395f105f81 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Fri Sep 17 19:57:53 2021 -0700 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Sat Sep 18 23:33:23 2021 -0700 |
tree | bb263858bd76ab2292590afcb6ab183be49b81b4 | |
parent | 00142bce94dc31a5d8ecfd0238114354dd07ac6e [diff] |
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