[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160911104655.8660-1-net147@gmail.com>
Date: Sun, 11 Sep 2016 20:46:55 +1000
From: Jonathan Liu <net147@...il.com>
To: Maxime Ripard <maxime.ripard@...e-electrons.com>,
Thierry Reding <thierry.reding@...il.com>
Cc: David Airlie <airlied@...ux.ie>, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, Jonathan Liu <net147@...il.com>
Subject: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
The format is RGB888 not RGB666.
Signed-off-by: Jonathan Liu <net147@...il.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
Powered by blists - more mailing lists