Hi Biser,
We already discussed for this LCD display gradient issues https://e2e.ti.com/support/processors/f/791/t/839929?tisearch=e2e-sitesearch&keymatch=%2520user%253A389207.
So I want to clearly know abut 18-bit TFT LCD display need to configured for 32 bit mode DRM_FORMAT_XRGB8888 mode,32 bit per pixel, 800*480 resolution.
Mentioned DRM_FORMAT_XRGB8888
{ .format = DRM_FORMAT_XRGB8888, .depth = 24, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
Referrence for 18-bit TFT LCD display configured in 24 bit mode.