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

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c199 return vps->surf->snooper.image;
394 /* No snooper installed, nothing to copy */
395 if (!srf->snooper.image)
445 memcpy(srf->snooper.image, virtual,
450 memcpy(srf->snooper.image + i * image_pitch,
455 srf->snooper.age++;
496 du->cursor_age == du->cursor_surface->snooper.age ||
497 !du->cursor_surface->snooper.image)
500 du->cursor_age = du->cursor_surface->snooper.age;
502 du->cursor_surface->snooper
[all...]
H A Dvmwgfx_surface.c668 kfree(srf->snooper.image);
825 srf->snooper.image = kzalloc(cursor_size_bytes, GFP_KERNEL);
826 if (!srf->snooper.image) {
832 srf->snooper.image = NULL;
H A Dvmwgfx_drv.h253 * @snooper: Cursor data. Legacy surface only.
260 struct vmw_cursor_snooper snooper; member in struct:vmw_surface

Completed in 186 milliseconds