Searched refs:shadow_buf (Results 1 – 2 of 2) sorted by relevance
379 iosys_map_set_vaddr(&shadow_map, gdrm->shadow_buf); in gud_flush_work()402 if (!gdrm->shadow_buf) { in gud_fb_queue_damage()403 gdrm->shadow_buf = vcalloc(fb->pitches[0], fb->height); in gud_fb_queue_damage()404 if (!gdrm->shadow_buf) { in gud_fb_queue_damage()410 iosys_map_set_vaddr(&shadow_map, gdrm->shadow_buf); in gud_fb_queue_damage()638 vfree(gdrm->shadow_buf); in gud_plane_atomic_update()639 gdrm->shadow_buf = NULL; in gud_plane_atomic_update()
45 void *shadow_buf; member