drm/i915: Handle SDEISR according to PCH rather than platform
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 27 Nov 2019 22:13:12 +0000 (14:13 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 2 Dec 2019 16:18:46 +0000 (08:18 -0800)
commit9695cde6b99f16f8d1c6248de11e5c0c51cdf1ca
tree15115b88fcf3fdc5a34172ac611cb221a82098f0
parent7df49149b29c978162fa68fe4db8160f294e12a0
drm/i915: Handle SDEISR according to PCH rather than platform

The South Display is part of the PCH so we should technically be basing
our port detection logic off the PCH in use rather than the platform
generation.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191127221314.575575-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_dp.c