drm/i915/display: remove explicit CNL handling from intel_display_debugfs.c
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Jul 2021 21:59:28 +0000 (14:59 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Jul 2021 17:11:27 +0000 (10:11 -0700)
commit6e5b3d6b1f54302963ed69cebc238837826adefc
treebf57f3f9d77db6b188d99739755c98f5f3962e6d
parent4da27d5dfe669e231ede7f5e4d6eb4093cc7a574
drm/i915/display: remove explicit CNL handling from intel_display_debugfs.c

Only one reference to CNL that is not needed, but code is the same for
DISPLAY_VER >= 11, so leave the code around and just remove the special
case for CNL.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210728215946.1573015-8-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_display_debugfs.c