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

/linux-master/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, function
296 /* TODO: Possibly use a single vmw_find_first_diff per line? */
297 csize = vmw_find_first_diff(dest, src, n, diff->cpp);

Completed in 116 milliseconds