drm/i915/display: remove the loop in fifo underrun debugfs file creation
authorJani Nikula <jani.nikula@intel.com>
Fri, 20 Sep 2024 11:56:49 +0000 (14:56 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 23 Sep 2024 06:54:16 +0000 (09:54 +0300)
commita4e0932dc68e71308d558caada0c91083c60dcec
tree94abcce66865e898940a27d3779457123de64855
parentcd7a9129cd03bbe21e813cae608469e40d160b35
drm/i915/display: remove the loop in fifo underrun debugfs file creation

No need for the loop for a single file, and no more files should be
added here, but rather in functionality specific source files.

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