From: Vaibhav Hiremath Date: Tue, 31 Mar 2009 13:08:31 +0000 (+0530) Subject: DSS2: Allocated memory for Color Look-up-table X-Git-Tag: Release-2010-05/1~2^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f0859dff94ff325412b9dcea787d3cfd261653;p=pandora-kernel.git 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 --- Reading git-diff-tree failed