DSS2: Allocated memory for Color Look-up-table
authorVaibhav Hiremath <hvaibhav@ti.com>
Tue, 31 Mar 2009 13:08:31 +0000 (18:38 +0530)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 1 May 2009 16:44:58 +0000 (19:44 +0300)
commitb0f0859dff94ff325412b9dcea787d3cfd261653
treefcc9abc4679fc203fa29f20d6ea09179b39e95f5
parenta25bdd62893909b21fd6415d76b0fa21755d5001
DSS2: Allocated memory for Color Look-up-table

We were not allocating memory for CMAP buffer and due to that
G_CMAP was failing, since it does check for size of CMAP buffer.

Called "fb_alloc_cmap" for llocating memory for CMAP.

We are currently not supporting 1,2,4,8 bpp, so meaning less
for us as of now. But for completeness this is required.

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
drivers/video/omap2/omapfb/omapfb-main.c