Home
last modified time | relevance | path

Searched refs:vmw_bo_cpu_blit_line (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c323 * struct vmw_bo_blit_line_data - Convenience argument to vmw_bo_cpu_blit_line
352 * vmw_bo_cpu_blit_line - Blit part of a line from one bo to another.
359 static int vmw_bo_cpu_blit_line(struct vmw_bo_blit_line_data *d, in vmw_bo_cpu_blit_line() function
626 ret = vmw_bo_cpu_blit_line(&d, dst_offset, src_offset, w); in vmw_bo_cpu_blit()