Searched defs:virtio_gpu_resource_flush (Results 1 – 6 of 6) sorted by relevance
94 struct virtio_gpu_resource_flush { struct95 struct virtio_gpu_ctrl_hdr hdr;96 struct virtio_gpu_rect r;97 __le32 resource_id;98 __le32 padding;
108 struct virtio_gpu_resource_flush { struct109 struct virtio_gpu_ctrl_hdr hdr;110 struct virtio_gpu_rect r;111 __le32 resource_id;112 __le32 padding;
169 struct virtio_gpu_resource_flush { struct170 struct virtio_gpu_ctrl_hdr hdr;171 struct virtio_gpu_rect r;172 __le32 resource_id;173 __le32 padding;
199 struct virtio_gpu_resource_flush { struct200 struct virtio_gpu_ctrl_hdr hdr;201 struct virtio_gpu_rect r;202 __le32 resource_id;203 __le32 padding;
151 static void virtio_gpu_resource_flush(struct drm_plane *plane, in virtio_gpu_resource_flush() function