Searched refs:cap_cache (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/virtio/ |
D | virtgpu_kms.c | 153 INIT_LIST_HEAD(&vgdev->cap_cache); in virtio_gpu_init() 275 list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) { in virtio_gpu_cleanup_cap_cache()
|
D | virtgpu_vq.c | 708 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_capset_cb() 852 list_for_each_entry(search_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_get_capset() 860 list_add_tail(&cache_ent->head, &vgdev->cap_cache); in virtio_gpu_cmd_get_capset()
|
D | virtgpu_drv.h | 261 struct list_head cap_cache; member
|
D | virtgpu_ioctl.c | 396 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_get_caps_ioctl()
|