commit | dc28aa072f502433b6adc5c9ae8f56955c07580a | [log] [tgz] |
---|---|---|
author | Benoit Parrot <bparrot@ti.com> | Tue Jun 18 17:18:31 2013 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Thu Jun 20 14:08:01 2013 +1000 |
tree | 1ad878f61cc05cd5005be10573e9024d6753b82a | |
parent | d6f76f3707b809c1a7f7b7a931f6e7aaa861e0e2 [diff] |
gpu:drm:tilcdc: get preferred_bpp value from DT The preferred_bpp value in currently hard-coded to 16. This causes color corruption on the am335x-evm lcd panel which requires 32 bpp instead. This changes attempts to use the configured bpp value from the DT or built-in panel-info struct. Signed-off-by: Benoit Parrot <bparrot@ti.com> Acked-by: Rob Clark <robdclark@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>