video: da8xx-fb: fix 24bpp raster configuration
authorDarren Etheridge <detheridge@ti.com>
Mon, 5 Aug 2013 22:02:31 +0000 (17:02 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 Aug 2013 11:02:42 +0000 (14:02 +0300)
commitfa8a00cc732fbd890bb4ac5af237ac6774c9545b
tree741083ba50001bb6533b4b24a09df9ab0c5d4024
parent26e7164537380479bf96e852df6ab42ebe50e836
video: da8xx-fb: fix 24bpp raster configuration

Based on original patch by: Manjunathappa, Prakash <prakash.pm@ti.com>
and Afzal Mohammed <afzal@ti.com>

Set only LCD_V2_TFT_24BPP_MODE bit for 24bpp and LCD_V2_TFT_24BPP_UNPACK
bit along with LCD_V2_TFT_24BPP_MODE for 32bpp configuration.

Patch is tested on am335x-evm for 24bpp and da850-evm for 16bpp
configurations.

v2: removes confusing fall through in case statement for pixel
depth configuration.

Signed-off-by: Darren Etheridge <detheridge@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/da8xx-fb.c