Home
last modified time | relevance | path

Searched refs:vmw_find_first_diff (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c138 * vmw_find_first_diff - find the first difference between dst and src
148 static size_t vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, in vmw_find_first_diff() function
296 /* TODO: Possibly use a single vmw_find_first_diff per line? */ in vmw_diff_memcpy()
297 csize = vmw_find_first_diff(dest, src, n, diff->cpp); in vmw_diff_memcpy()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c138 * vmw_find_first_diff - find the first difference between dst and src
148 static size_t vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, in vmw_find_first_diff() function
296 /* TODO: Possibly use a single vmw_find_first_diff per line? */ in vmw_diff_memcpy()
297 csize = vmw_find_first_diff(dest, src, n, diff->cpp); in vmw_diff_memcpy()

Completed in 3 milliseconds