Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/virtio/
Dvirtgpu_kms.c150 INIT_LIST_HEAD(&vgdev->cap_cache); in virtio_gpu_init()
268 list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) { in virtio_gpu_cleanup_cap_cache()
Dvirtgpu_vq.c700 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_capset_cb()
844 list_for_each_entry(search_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_get_capset()
852 list_add_tail(&cache_ent->head, &vgdev->cap_cache); in virtio_gpu_cmd_get_capset()
Dvirtgpu_drv.h261 struct list_head cap_cache; member
Dvirtgpu_ioctl.c573 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_get_caps_ioctl()