Re: [PATCH v3 4/5] drm/virtio: Import prime buffers from other devices as guest blobs

2024-11-24 Thread Dmitry Osipenko
On 11/19/24 08:59, Vivek Kasireddy wrote: > struct drm_gem_object *virtgpu_gem_prime_import_sg_table( > @@ -281,3 +335,4 @@ struct drm_gem_object *virtgpu_gem_prime_import_sg_table( > { > return ERR_PTR(-ENODEV); > } > + Nit: superfluous extra newline -- Best regards, Dmitry

[PATCH v3 4/5] drm/virtio: Import prime buffers from other devices as guest blobs

2024-11-18 Thread Vivek Kasireddy
By importing scanout buffers from other devices, we should be able to use the virtio-gpu driver in KMS only mode. Note that we attach dynamically and register a move_notify() callback so that we can let the VMM know of any location changes associated with the backing store of the imported object by