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

The only real platform with DISPLAY_VER == 10 is GLK. We don't need to
handle CNL explicitly in skl_universal_plane.c.

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

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-13-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/skl_universal_plane.c