diff mbox

[1/5] drm/panel: Add bus format for Giantplus GPG482739QS5 panel

Message ID 1423677011-17993-1-git-send-email-p.zabel@pengutronix.de (mailing list archive)
State Accepted
Headers show

Commit Message

Philipp Zabel Feb. 11, 2015, 5:50 p.m. UTC
From: Philipp Zabel <philipp.zabel@gmail.com>

This patch adds the bus_format field to the GPG482739QS5 panel structure.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
---
 drivers/gpu/drm/panel/panel-simple.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Thierry Reding March 24, 2015, 11:08 a.m. UTC | #1
On Wed, Feb 11, 2015 at 06:50:07PM +0100, Philipp Zabel wrote:
> From: Philipp Zabel <philipp.zabel@gmail.com>
> 
> This patch adds the bus_format field to the GPG482739QS5 panel structure.
> 
> Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
> ---
>  drivers/gpu/drm/panel/panel-simple.c | 1 +
>  1 file changed, 1 insertion(+)

Applied patches 1, 4 and 5 and awaiting Rob's response to patch 2 before
applying 2 and 3.

Thanks,
Thierry
diff mbox

Patch

diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c
index 39806c3..1d9cb6f 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -615,6 +615,7 @@  static const struct panel_desc giantplus_gpg482739qs5 = {
 		.width = 95,
 		.height = 54,
 	},
+	.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 };
 
 static const struct drm_display_mode hannstar_hsd070pww1_mode = {