Searched refs:ps3fb (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dps3fb.c2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
38 #include <asm/ps3fb.h>
43 #define DEVICE_NAME "ps3fb"
121 static struct ps3fb_priv ps3fb; variable in typeref:struct:ps3fb_priv
456 status = lv1_gpu_fb_blit(ps3fb.context_handle, dst_offset,
467 status = lv1_gpu_display_flip(ps3fb.context_handle, 0, frame_offset);
473 status = lv1_gpu_display_flip(ps3fb.context_handle, 1, frame_offset);
507 atomic_inc(&ps3fb.f_count);
513 if (atomic_dec_and_test(&ps3fb.f_count)) {
514 if (atomic_read(&ps3fb
[all...]
H A DMakefile123 obj-$(CONFIG_FB_PS3) += ps3fb.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dhtab.c28 #include <asm/ps3fb.h>

Completed in 116 milliseconds