Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1525832 > unrolled thread
| Started by | zain wang <wzz@rock-chips.com> |
|---|---|
| First post | 2016-11-19 03:30 +0100 |
| Last post | 2016-11-19 03:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31 zain wang <wzz@rock-chips.com> - 2016-11-19 03:30 +0100
| From | zain wang <wzz@rock-chips.com> |
|---|---|
| Date | 2016-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
Back to top | Article view | linux.kernel
csiph-web