]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/panel: simple: AUO P320HVN03 uses SPWG data ordering
authorLucas Stach <l.stach@pengutronix.de>
Wed, 11 Apr 2018 15:27:41 +0000 (17:27 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 18 May 2018 10:53:35 +0000 (12:53 +0200)
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>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180411152741.22483-1-l.stach@pengutronix.de
drivers/gpu/drm/panel/panel-simple.c

index 2209aeddae3c4e4ad065ea34af6d7085ba6040b5..ba2631a7de0bb56ddaecd525c063a1fe5f59ff69 100644 (file)
@@ -686,7 +686,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 = {