]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/display: remove explicit CNL handling from intel_dp.c
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 28 Jul 2021 21:59:30 +0000 (14:59 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Jul 2021 17:11:29 +0000 (10:11 -0700)
commit94a79070d2770a6602e7dafebcde627da5e7b6dd
tree946e5eede4fed2965725d2a1a70990dd455bba7c
parent3a6242e316867b45f60fb55b7ed0f62afe4bd117
drm/i915/display: remove explicit CNL handling from intel_dp.c

The only real platform with DISPLAY_VER == 10 is GLK. We don't need to
handle CNL explicitly in intel_dp.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-10-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_dp.c