From: Robert Reif Date: Tue, 10 Jun 2008 21:13:09 +0000 (-0700) Subject: sparc: get leo framebuffer working X-Git-Tag: v2.6.26-rc7~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738eca74d1bd3e51180de179b7b74d4e34c4e5a3;p=pandora-kernel.git sparc: get leo framebuffer working This patch fixes several issues: Use the right openprom device name so the driver is actually loaded. Fix a crash due to unitialized info->pseudo_palette. Put the framebuffer in the proper mode for software rendering. checkpatch cleanups. Hardware acceleration was removed when the driver was rewritten for the new framebuffer API in 2003. Software rendering requires a different framebuffer access mode but that wasn't changed. The driver now works again but is slow. The proper fix is to reintroduce hardware acceleration. Signed-off-by: Robert Reif Signed-off-by: David S. Miller --- Reading git-diff-tree failed