Re: [PATCH] drm/virtio: set non-cross device blob uuid_state

2021-08-12 Thread Gerd Hoffmann
On Wed, Aug 11, 2021 at 01:04:01PM +0900, David Stevens wrote: > Blob resources without the cross device flag don't have a uuid to share > with other virtio devices. When exporting such blobs, set uuid_state to > STATE_ERR so that virtgpu_virtio_get_uuid doesn't hang. > > Signed-off-by: David

[PATCH] drm/virtio: set non-cross device blob uuid_state

2021-08-10 Thread David Stevens
Blob resources without the cross device flag don't have a uuid to share with other virtio devices. When exporting such blobs, set uuid_state to STATE_ERR so that virtgpu_virtio_get_uuid doesn't hang. Signed-off-by: David Stevens --- drivers/gpu/drm/virtio/virtgpu_prime.c | 2 ++ 1 file changed,