mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git
synced 2026-04-23 08:56:35 -04:00
drm/virtio: implement blob resources: probe for host visible region
The availability of the host visible region means host 3D allocations can be directly mapped in the guest. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200924003214.662-9-gurchetansingh@chromium.org Co-developed-by: Gurchetan Singh <gurchetansingh@chromium.org> Signed-off-by: Gurchetan Singh <gurchetansingh@chromium.org>
This commit is contained in:
@@ -209,6 +209,8 @@ struct virtio_gpu_device {
|
||||
bool has_indirect;
|
||||
bool has_resource_assign_uuid;
|
||||
bool has_resource_blob;
|
||||
bool has_host_visible;
|
||||
struct virtio_shm_region host_visible_region;
|
||||
|
||||
struct work_struct config_changed_work;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user