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>
This commit is contained in:
Benoit Parrot
2013-06-18 17:18:31 -05:00
committed by Dave Airlie
parent d6f76f3707
commit dc28aa072f
5 changed files with 18 additions and 1 deletions

View File

@@ -323,6 +323,8 @@ static int slave_probe(struct platform_device *pdev)
goto fail;
}
mod->preferred_bpp = slave_info.bpp;
i2c_node = of_find_node_by_phandle(i2c_phandle);
if (!i2c_node) {
dev_err(&pdev->dev, "could not get i2c bus node\n");