Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1525832 > unrolled thread

[PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31

Started byzain wang <wzz@rock-chips.com>
First post2016-11-19 03:30 +0100
Last post2016-11-19 03:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31 zain wang <wzz@rock-chips.com> - 2016-11-19 03:30 +0100

#1525832 — [PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31

Fromzain wang <wzz@rock-chips.com>
Date2016-11-19 03:30 +0100
Subject[PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31
Message-ID<sF3zH-7an-3@gated-at.bofh.it>
Sharp lq123p1jx31 support 8bit bps.

Signed-off-by: zain wang <wzz@rock-chips.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 113db3c..6b0c026 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -1409,6 +1409,7 @@ static const struct drm_display_mode sharp_lq123p1jx31_mode = {
 static const struct panel_desc sharp_lq123p1jx31 = {
 	.modes = &sharp_lq123p1jx31_mode,
 	.num_modes = 1,
+	.bpc = 8,
 	.size = {
 		.width = 259,
 		.height = 173,
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web