drm/i915/dsi: Remove dead GLK checks
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 1 Nov 2023 11:42:11 +0000 (13:42 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 6 Nov 2023 07:55:21 +0000 (09:55 +0200)
commitcf6e11650395fd27fabff294b95225886b7a9f8e
tree7690a066a81cff0cdb08d9b8d21f1014423140b5
parente5aaad610f296a79bc1096b73a31013ee0d43240
drm/i915/dsi: Remove dead GLK checks

GLK has its own glk_dsi_clear_device_ready() so remove
the dead GLK checks from vlv_dsi_clear_device_ready().
Sadly BXT still uses vlv_dsi_clear_device_ready() so the
code still looks like a mess due to the difference in VLV/CHV
vs. BXT port A/C shenanigans.

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