Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_vkms.c87 u32 row_pitch_bytes; in compute_crc() local
94 row_pitch_bytes = blocks.width * desc->pitchBytesPerBlock; 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()