All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] drm: panel: Set connector type for LP120UP1
@ 2020-04-16 16:44 ` Enric Balletbo i Serra
  0 siblings, 0 replies; 12+ messages in thread
From: Enric Balletbo i Serra @ 2020-04-16 16:44 UTC (permalink / raw)
  To: linux-kernel
  Cc: Collabora Kernel ML, matthias.bgg, drinkcat, hsinyi, sam,
	laurent.pinchart, Daniel Vetter, David Airlie, Thierry Reding,
	dri-devel

The LP120UP1 is a eDP panel, set the connector type accordingly.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---

 drivers/gpu/drm/panel/panel-simple.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 3ad828eaefe1..6253635601bb 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -2168,6 +2168,7 @@ static const struct panel_desc lg_lp120up1 = {
 		.width = 267,
 		.height = 183,
 	},
+	.connector_type = DRM_MODE_CONNECTOR_eDP,
 };
 
 static const struct drm_display_mode lg_lp129qe_mode = {
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-04-25 14:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 16:44 [PATCH 1/2] drm: panel: Set connector type for LP120UP1 Enric Balletbo i Serra
2020-04-16 16:44 ` Enric Balletbo i Serra
2020-04-16 16:44 ` [PATCH 2/2] drm/bridge: ps8640: Let panel to set the connector type Enric Balletbo i Serra
2020-04-16 16:44   ` Enric Balletbo i Serra
2020-04-16 17:04   ` Laurent Pinchart
2020-04-16 17:04     ` Laurent Pinchart
2020-04-25 14:48   ` Sam Ravnborg
2020-04-25 14:48     ` Sam Ravnborg
2020-04-16 17:03 ` [PATCH 1/2] drm: panel: Set connector type for LP120UP1 Laurent Pinchart
2020-04-16 17:03   ` Laurent Pinchart
2020-04-25 14:47 ` Sam Ravnborg
2020-04-25 14:47   ` Sam Ravnborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.