drm/i915: Don't use {skl, cnl}_hpd_pin() for bxt/glk
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 12 Apr 2021 05:46:06 +0000 (08:46 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 14 Apr 2021 09:32:28 +0000 (12:32 +0300)
commit6c51f288b41f5dfc3061ab1fd8a576513edfce6b
tree9f7976c4728c3d436b73b5fd4db91bedfe31a8f3
parent543d592a73d3948737d0ae4880a407c6da28662f
drm/i915: Don't use {skl, cnl}_hpd_pin() for bxt/glk

Just let bxt/glk fall back to intel_hpd_pin_default() instead
of using skl_hpd_pin() or cnl_hpd_pin(). Doesn't really matter
since both functions will end up returning the correct hpd pin
anyway, but I find it a bit less confusing when bxt/glk are
fully separated from the logic for the other platforms.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210412054607.18133-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_ddi.c