]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915: Use debugfs_create_bool() for "i915_bigjoiner_force_enable"
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 2 Apr 2024 13:51:48 +0000 (16:51 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 3 Apr 2024 13:50:09 +0000 (16:50 +0300)
commitc19278d6fb9d710995c63a0c9e3f91f2edfa2427
tree2a67153010c2336b74c2eed4743e906c401b4b4c
parentb648ce2a28ba83c4fa67c61fcc5983e15e9d4afb
drm/i915: Use debugfs_create_bool() for "i915_bigjoiner_force_enable"

There is no reason to make this debugfs file for a simple
boolean so complicated. Just use debugfs_create_bool().

Reviewed-by: Arun R Murthy <arun.r.murthy@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240402135148.23011-8-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display_debugfs.c