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
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