]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: simple: Fix the bus format for the Ontat panel
authorEric Anholt <eric@anholt.net>
Fri, 9 Mar 2018 23:33:32 +0000 (15:33 -0800)
committerThierry Reding <treding@nvidia.com>
Mon, 12 Mar 2018 07:23:01 +0000 (08:23 +0100)
commitf2cefa30e13f82da756b80fe85dca80bbf2aeed4
tree55b4a45abd3a67a5429d500b85cf61168991fe8b
parent0d1651a1bec0d0596f1564aaaffba0abd99d59b9
drm/panel: simple: Fix the bus format for the Ontat panel

This fixes bad color output.  When I was first testing the device I
had the DPI hardware set to 666 mode, but apparently in the refactor
to use the bus_format information from the panel driver, I failed to
actually update the panel.

Signed-off-by: Eric Anholt <eric@anholt.net>
Fixes: 58bac55b749d ("drm/panel: simple: Add the 7" DPI panel from Adafruit")
Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180309233332.1769-1-eric@anholt.net
drivers/gpu/drm/panel/panel-simple.c