All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
@ 2016-09-11 10:46 Jonathan Liu
  2016-09-12  8:08   ` Maxime Ripard
  2016-09-16 15:19   ` Thierry Reding
  0 siblings, 2 replies; 5+ messages in thread
From: Jonathan Liu @ 2016-09-11 10:46 UTC (permalink / raw)
  To: Maxime Ripard, Thierry Reding
  Cc: David Airlie, dri-devel, linux-kernel, Jonathan Liu

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
  2016-09-11 10:46 [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Jonathan Liu
@ 2016-09-12  8:08   ` Maxime Ripard
  2016-09-16 15:19   ` Thierry Reding
  1 sibling, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2016-09-12  8:08 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: Thierry Reding, David Airlie, dri-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
@ 2016-09-12  8:08   ` Maxime Ripard
  0 siblings, 0 replies; 5+ messages in thread
From: Maxime Ripard @ 2016-09-12  8:08 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: linux-kernel, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]

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

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
  2016-09-11 10:46 [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Jonathan Liu
@ 2016-09-16 15:19   ` Thierry Reding
  2016-09-16 15:19   ` Thierry Reding
  1 sibling, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2016-09-16 15:19 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: Maxime Ripard, David Airlie, dri-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 289 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS
@ 2016-09-16 15:19   ` Thierry Reding
  0 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2016-09-16 15:19 UTC (permalink / raw)
  To: Jonathan Liu; +Cc: Maxime Ripard, linux-kernel, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 289 bytes --]

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

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-16 15:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-11 10:46 [PATCH] drm/panel: simple: Fix bus_format for the Olimex LCD-OLinuXino-4.3TS Jonathan Liu
2016-09-12  8:08 ` Maxime Ripard
2016-09-12  8:08   ` Maxime Ripard
2016-09-16 15:19 ` Thierry Reding
2016-09-16 15:19   ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.