]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/virtio: Test for imported buffers with drm_gem_is_imported()
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 14 Apr 2025 13:12:00 +0000 (15:12 +0200)
committerDmitry Osipenko <dmitry.osipenko@collabora.com>
Wed, 16 Apr 2025 07:05:03 +0000 (10:05 +0300)
commit964f2a5c0e4f8fdf533bf8a287344a1aaadd0c92
tree242c87820f16ab7b4d808c688642574fe531c971
parent81f6e0e0f3505809dd78eab129106f1c0cf2baf1
drm/virtio: Test for imported buffers with drm_gem_is_imported()

Instead of testing import_attach for imported GEM buffers, invoke
drm_gem_is_imported() to do the test. The helper tests the dma_buf
itself while import_attach is just an artifact of the import. Prepares
to make import_attach optional.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Link: https://lore.kernel.org/r/20250414131507.566072-2-tzimmermann@suse.de
drivers/gpu/drm/virtio/virtgpu_plane.c
drivers/gpu/drm/virtio/virtgpu_prime.c