Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/virtio/
H A Dvirtgpu_vq.c699 memcpy(cache_ent->caps_cache, resp->capset_data, in virtio_gpu_cmd_capset_cb()
820 cache_ent->caps_cache = kmalloc(max_size, GFP_KERNEL); in virtio_gpu_cmd_get_capset()
821 if (!cache_ent->caps_cache) { in virtio_gpu_cmd_get_capset()
829 kfree(cache_ent->caps_cache); in virtio_gpu_cmd_get_capset()
854 kfree(cache_ent->caps_cache); in virtio_gpu_cmd_get_capset()
H A Dvirtgpu_kms.c229 kfree(cache_ent->caps_cache); in virtio_gpu_cleanup_cap_cache()
H A Dvirtgpu_drv.h161 void *caps_cache; member
H A Dvirtgpu_ioctl.c463 ptr = cache_ent->caps_cache; in virtio_gpu_get_caps_ioctl()