summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/gt/intel_gt_engines_debugfs.h
AgeCommit message (Collapse)Author
2021-09-18drm/i915: rename debugfs_engines filesLucas De Marchi
We shouldn't be using debugfs_ namespace for this functionality. Rename debugfs_engines.[ch] to intel_gt_engines_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-2-lucas.demarchi@intel.com