Re: [PATCH 08/15] drm/panfrost: Test for imported buffers with drm_gem_is_imported()

2025-03-31 Thread Steven Price
On 17/03/2025 13:06, Thomas Zimmermann wrote: > 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. > > Sign

[PATCH 08/15] drm/panfrost: Test for imported buffers with drm_gem_is_imported()

2025-03-17 Thread Thomas Zimmermann
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 Cc: Boris Brezillon Cc: Rob