Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c619 memcpy(cache_ent->caps_cache, resp->capset_data, in virtio_gpu_cmd_capset_cb()
696 cache_ent->caps_cache = kmalloc(max_size, GFP_KERNEL); in virtio_gpu_cmd_get_capset()
697 if (!cache_ent->caps_cache) { in virtio_gpu_cmd_get_capset()
705 kfree(cache_ent->caps_cache); in virtio_gpu_cmd_get_capset()
Dvirtgpu_ioctl.c519 ptr = cache_ent->caps_cache; in virtio_gpu_get_caps_ioctl()
533 ptr = cache_ent->caps_cache; in virtio_gpu_get_caps_ioctl()
Dvirtgpu_kms.c243 kfree(cache_ent->caps_cache); in virtio_gpu_cleanup_cap_cache()
Dvirtgpu_drv.h157 void *caps_cache; member