[PATCH v2] virtgpu: don't reset on shutdown

Gerd Hoffmann kraxel at redhat.com
Tue Apr 15 11:16:32 UTC 2025


  Hi,

> +static void virtio_gpu_shutdown(struct virtio_device *vdev)
> +{
> +	/*
> +	 * drm does its own synchronization on shutdown.
> +	 * Do nothing here, opt out of device reset.
> +	 */

I think a call to 'drm_dev_unplug()' is what you need here.

take care,
  Gerd



More information about the dri-devel mailing list