Home
last modified time | relevance | path

Searched refs:cap_cache (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c133 INIT_LIST_HEAD(&vgdev->cap_cache); in virtio_gpu_init()
221 list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) { in virtio_gpu_cleanup_cap_cache()
H A Dvirtgpu_vq.c706 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_capset_cb()
850 list_for_each_entry(search_ent, &vgdev->cap_cache, head) { in virtio_gpu_cmd_get_capset()
858 list_add_tail(&cache_ent->head, &vgdev->cap_cache); in virtio_gpu_cmd_get_capset()
H A Dvirtgpu_drv.h220 struct list_head cap_cache; member
H A Dvirtgpu_ioctl.c471 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_get_caps_ioctl()
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c153 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()
H A Dvirtgpu_drv.h261 struct list_head cap_cache; member
H A Dvirtgpu_vq.c708 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()
H A Dvirtgpu_ioctl.c396 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) { in virtio_gpu_get_caps_ioctl()

Completed in 9 milliseconds