drm/i915/display: remove explicit CNL handling from intel_combo_phy.c
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Jul 2021 21:59:25 +0000 (14:59 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Jul 2021 17:11:23 +0000 (10:11 -0700)
commitf9a3a827f7e3738cc0ff0350a796f1d77c0410d5
treebd07b70b3047b448c507d025e45759ff2bb7bf62
parent44bf1b737be017768d6a617c617960b671541ea2
drm/i915/display: remove explicit CNL handling from intel_combo_phy.c

The only real platform with DISPLAY_VER == 10 is GLK, that doesn't have
combo phys. We don't need to handle CNL explicitly in
intel_combo_phy.c.

Remove code and rename functions/macros accordingly to use ICL prefix.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210728215946.1573015-5-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_combo_phy.c