public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
@ 2016-09-11 10:46 Jonathan Liu
  2016-09-12  8:08 ` Maxime Ripard
  2016-09-16 15:19 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Liu @ 2016-09-11 10:46 UTC (permalink / raw)
  To: Maxime Ripard, Thierry Reding
  Cc: David Airlie, dri-devel, linux-kernel, Jonathan Liu

The format is RGB888 not RGB666.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 drivers/gpu/drm/panel/panel-simple.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 85143d1..d4aa68e 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1186,7 +1186,7 @@ static const struct panel_desc olimex_lcd_olinuxino_43ts = {
 		.width = 105,
 		.height = 67,
 	},
-	.bus_format = MEDIA_BUS_FMT_RGB666_1X18,
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 };
 
 /*
-- 
2.9.3

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

end of thread, other threads:[~2016-09-16 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 10:46 [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Jonathan Liu
2016-09-12  8:08 ` Maxime Ripard
2016-09-16 15:19 ` Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox