git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a25bdd6
)
DSS2: Allocated memory for Color Look-up-table
author
Vaibhav Hiremath
<hvaibhav@ti.com>
Tue, 31 Mar 2009 13:08:31 +0000
(18:38 +0530)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Fri, 1 May 2009 16:44:58 +0000
(19:44 +0300)
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>
No differences found