drm/tidss: fix modeset init for DPI panels
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 Jun 2020 08:02:14 +0000 (11:02 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 4 Aug 2020 08:10:21 +0000 (11:10 +0300)
commita72a6a16d51034045cb6355924b62221a8221ca3
tree36ed0d1aab8c0e5e9e2975b77b0a5f4129b1e1be
parenta9e10b169e65f0f7061233ebe843a4b4f488dbae
drm/tidss: fix modeset init for DPI panels

The connector type for DISPC's DPI videoport was set the LVDS instead of
DPI. This causes any DPI panel setup to fail with tidss, making all DPI
panels unusable.

Fix this by using correct connector type.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Fixes: 32a1795f57eecc39749017 ("drm/tidss: New driver for TI Keystone platform Display SubSystem")
Cc: stable@vger.kernel.org # v5.7+
Link: https://patchwork.freedesktop.org/patch/msgid/20200604080214.107159-1-tomi.valkeinen@ti.com
Reviewed-by: Jyri Sarha <jsarha@ti.com>
drivers/gpu/drm/tidss/tidss_kms.c