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


Groups > linux.kernel > #1525832

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

From zain wang <wzz@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31
Date 2016-11-19 03:30 +0100
Message-ID <sF3zH-7an-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web