* [PATCH] drm/panel: simple: AUO P320HVN03 uses SPWG data ordering
@ 2018-04-11 15:27 Lucas Stach
2018-05-18 10:12 ` Thierry Reding
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Stach @ 2018-04-11 15:27 UTC (permalink / raw)
To: Thierry Reding; +Cc: kernel, dri-devel, patchwork-lst
The patch adding support for the AUO P320HVN03 panel was written against a
preliminary datasheet, which specified JEIDA data ordering. Testing with
real hardware has shown that the actually used data ordering is SPWG.
Fixes: 70c0d5b783f5 (drm/panel: simple: add support for AUO P320HVN03)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
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 5591984a392b..bd15567ba484 100644
--- a/drivers/gpu/drm/panel/panel-simple.c
+++ b/drivers/gpu/drm/panel/panel-simple.c
@@ -664,7 +664,7 @@ static const struct panel_desc auo_p320hvn03 = {
.enable = 450,
.unprepare = 500,
},
- .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA,
+ .bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
};
static const struct drm_display_mode auo_t215hvn01_mode = {
--
2.16.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] drm/panel: simple: AUO P320HVN03 uses SPWG data ordering
2018-04-11 15:27 [PATCH] drm/panel: simple: AUO P320HVN03 uses SPWG data ordering Lucas Stach
@ 2018-05-18 10:12 ` Thierry Reding
0 siblings, 0 replies; 2+ messages in thread
From: Thierry Reding @ 2018-05-18 10:12 UTC (permalink / raw)
To: Lucas Stach; +Cc: kernel, dri-devel, patchwork-lst
[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]
On Wed, Apr 11, 2018 at 05:27:41PM +0200, Lucas Stach wrote:
> The patch adding support for the AUO P320HVN03 panel was written against a
> preliminary datasheet, which specified JEIDA data ordering. Testing with
> real hardware has shown that the actually used data ordering is SPWG.
>
> Fixes: 70c0d5b783f5 (drm/panel: simple: add support for AUO P320HVN03)
> Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
> ---
> 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: 833 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] 2+ messages in thread
end of thread, other threads:[~2018-05-18 10:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-11 15:27 [PATCH] drm/panel: simple: AUO P320HVN03 uses SPWG data ordering Lucas Stach
2018-05-18 10:12 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).