Searched refs:lv1_gpu_fb_blit (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | ps3gpu.h | 70 static inline int lv1_gpu_fb_blit(u64 context_handle, u64 ddr_offset, lv1_gpu_fb_blit() function
|
/linux-4.1.27/drivers/block/ |
H A D | ps3vram.c | 195 status = lv1_gpu_fb_blit(priv->context_handle, 0, 0, 0, 0); ps3vram_rewind_ring() 197 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", ps3vram_rewind_ring() 214 status = lv1_gpu_fb_blit(priv->context_handle, 0, 0, 0, 0); ps3vram_fire_ring() 216 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", ps3vram_fire_ring()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | ps3fb.c | 455 status = lv1_gpu_fb_blit(ps3fb.context_handle, dst_offset, ps3fb_sync_image() 463 dev_err(dev, "%s: lv1_gpu_fb_blit failed: %d\n", __func__, ps3fb_sync_image()
|
Completed in 157 milliseconds