ps3fb: Update for firmware 2.10
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Wed, 19 Dec 2007 10:16:41 +0000 (11:16 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 19 Dec 2007 22:27:30 +0000 (14:27 -0800)
commit9ac67a35827ee03d71f2f1c656a725e263b14a7e
tree9bae9a9d3f0755dfba36f7873f32e91f0566bdd9
parentc7eeae734f38bcdce97d43152bf9db6b9b18759a
ps3fb: Update for firmware 2.10

ps3fb: Update for firmware 2.10

As of PS3 firmware version 2.10, the GPU command buffer size must be at least 2
MiB large. Since we use only a small part of the GPU command buffer and don't
want to waste precious XDR memory, move the GPU command buffer back to the
start of the XDR memory reserved for ps3fb and let the unused part overlap with
the actual frame buffer.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/ps3fb.c