Searched refs:lv1_gpu_fb_blit (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | ps3gpu.h | 58 static inline int lv1_gpu_fb_blit(u64 context_handle, u64 ddr_offset, in lv1_gpu_fb_blit() function
|
/linux/drivers/block/ |
H A D | ps3vram.c | 189 status = lv1_gpu_fb_blit(priv->context_handle, 0, 0, 0, 0); in ps3vram_rewind_ring() 191 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_rewind_ring() 208 status = lv1_gpu_fb_blit(priv->context_handle, 0, 0, 0, 0); in ps3vram_fire_ring() 210 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_fire_ring()
|
/linux/drivers/video/fbdev/ |
H A D | ps3fb.c | 456 status = lv1_gpu_fb_blit(ps3fb.context_handle, dst_offset, in ps3fb_sync_image() 464 dev_err(dev, "%s: lv1_gpu_fb_blit failed: %d\n", __func__, in ps3fb_sync_image()
|