Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_vkms.c83 u8 *mapped_surface; in compute_crc() local
96 mapped_surface = vmw_bo_map_and_cache(bo); in compute_crc()
99 *crc = crc32_le(*crc, mapped_surface, row_pitch_bytes); in compute_crc()
100 mapped_surface += row_pitch_bytes; in compute_crc()