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

/linux-master/drivers/video/fbdev/
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 DMakefile103 obj-$(CONFIG_FB_PS3) += ps3fb.o
/linux-master/arch/powerpc/platforms/ps3/
H A Dhtab.c15 #include <asm/ps3fb.h>

Completed in 209 milliseconds