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

/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_kms.c153 INIT_LIST_HEAD(&vgdev->cap_cache);
275 list_for_each_entry_safe(cache_ent, tmp, &vgdev->cap_cache, head) {
H A Dvirtgpu_drv.h264 struct list_head cap_cache; member in struct:virtio_gpu_device
H A Dvirtgpu_vq.c708 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) {
852 list_for_each_entry(search_ent, &vgdev->cap_cache, head) {
860 list_add_tail(&cache_ent->head, &vgdev->cap_cache);
H A Dvirtgpu_ioctl.c406 list_for_each_entry(cache_ent, &vgdev->cap_cache, head) {

Completed in 147 milliseconds