OSDN Git Service

drm/i915: Make the DRRS debugfs contents more consistent
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 3 Oct 2022 11:32:45 +0000 (14:32 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 3 Oct 2022 15:49:52 +0000 (18:49 +0300)
commit2e25c1fba7145f610c7e4744f3ed99ffff559152
tree3f4a76de535e567e94debb0d30cd3382677ffec5
parent61564e6c5a4addf170b75415c4ac86282784a072
drm/i915: Make the DRRS debugfs contents more consistent

The stuff in the DRRS debugs is currently a hodgepode mix
of camelcase, lowercase, spaces, undescores, you name it.
Convert over to a reasonably common style.

Also move the busy bits thing to be the last sine it's
generally the least interesting thing in there.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221003113249.16213-3-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_drrs.c