From: Geert Uytterhoeven Date: Mon, 12 Feb 2007 08:55:23 +0000 (-0800) Subject: [PATCH] ps3: Virtual Frame Buffer Driver X-Git-Tag: v2.6.21-rc1~274^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310d8c11126d21e417206c874c6382c44ece1baa;p=pandora-kernel.git [PATCH] ps3: Virtual Frame Buffer Driver Add the PS3 Virtual Frame Buffer Driver. As the actual graphics hardware cannot be accessed directly by Linux, ps3fb uses a virtual frame buffer in main memory. The actual screen image is copied to graphics memory by the GPU on every vertical blank, by making a hypervisor call. Signed-off-by: Geert Uytterhoeven Cc: James Simmons Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed