diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2007-02-12 03:55:23 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 12:48:44 -0500 |
commit | 310d8c11126d21e417206c874c6382c44ece1baa (patch) | |
tree | f09e4f821a34346f412689d4da365688fad7ba89 /drivers/video/Makefile | |
parent | fbdb3e5be36619c4acf415d870eceab4cbce2850 (diff) |
[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 <Geert.Uytterhoeven@sonycom.com>
Cc: James Simmons <jsimmons@infradead.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 8b6fc0a6041b..6801edff36d9 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -97,6 +97,7 @@ obj-$(CONFIG_FB_S3C2410) += s3c2410fb.o | |||
97 | obj-$(CONFIG_FB_PNX4008_DUM) += pnx4008/ | 97 | obj-$(CONFIG_FB_PNX4008_DUM) += pnx4008/ |
98 | obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnx4008/ | 98 | obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnx4008/ |
99 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o | 99 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o |
100 | obj-$(CONFIG_FB_PS3) += ps3fb.o | ||
100 | 101 | ||
101 | # Platform or fallback drivers go here | 102 | # Platform or fallback drivers go here |
102 | obj-$(CONFIG_FB_VESA) += vesafb.o | 103 | obj-$(CONFIG_FB_VESA) += vesafb.o |