Re: [PATCH] accel/qaic: Test for imported buffers with drm_gem_is_imported()

2025-04-11 Thread Jeff Hugo
On 4/8/2025 5:52 AM, 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. Signed-off-by:

Re: [PATCH] accel/qaic: Test for imported buffers with drm_gem_is_imported()

2025-04-11 Thread Jeff Hugo
On 4/8/2025 5:52 AM, 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. Signed-off-by: