Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1480766 > unrolled thread
| Started by | Jonathan Liu <net147@gmail.com> |
|---|---|
| First post | 2016-09-11 12:50 +0200 |
| Last post | 2016-09-16 17:30 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Jonathan Liu <net147@gmail.com> - 2016-09-11 12:50 +0200
Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-09-12 10:10 +0200
Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Thierry Reding <thierry.reding@gmail.com> - 2016-09-16 17:30 +0200
| From | Jonathan Liu <net147@gmail.com> |
|---|---|
| Date | 2016-09-11 12:50 +0200 |
| Subject | [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS |
| Message-ID | <sgauJ-54P-3@gated-at.bofh.it> |
The format is RGB888 not RGB666.
Signed-off-by: Jonathan Liu <net147@gmail.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
[toc] | [next] | [standalone]
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Date | 2016-09-12 10:10 +0200 |
| Subject | Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS |
| Message-ID | <sguts-Fd-17@gated-at.bofh.it> |
| In reply to | #1480766 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, Sep 11, 2016 at 08:46:55PM +1000, Jonathan Liu wrote: > The format is RGB888 not RGB666. > > Signed-off-by: Jonathan Liu <net147@gmail.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Thanks! Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
[toc] | [prev] | [next] | [standalone]
| From | Thierry Reding <thierry.reding@gmail.com> |
|---|---|
| Date | 2016-09-16 17:30 +0200 |
| Subject | Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS |
| Message-ID | <si3fr-6tr-9@gated-at.bofh.it> |
| In reply to | #1480766 |
[Multipart message — attachments visible in raw view] — view raw
On Sun, Sep 11, 2016 at 08:46:55PM +1000, Jonathan Liu wrote: > The format is RGB888 not RGB666. > > Signed-off-by: Jonathan Liu <net147@gmail.com> > --- > drivers/gpu/drm/panel/panel-simple.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Thierry
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web