Re: [PATCH 02/10] drm/gem-dma: Test for imported buffers with drm_gem_is_imported()

2025-02-28 Thread Anusha Srivatsa
On Wed, Feb 26, 2025 at 12:28 PM Thomas Zimmermann wrote: > Instead of testing import_attach for imported GEM buffers, invoke > drm_gem_is_imported() to do the test. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/drm_gem_dma_helper.c | 2 +- > 1 file changed, 1 insertion(+), 1 del

[PATCH 02/10] drm/gem-dma: Test for imported buffers with drm_gem_is_imported()

2025-02-26 Thread Thomas Zimmermann
Instead of testing import_attach for imported GEM buffers, invoke drm_gem_is_imported() to do the test. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_gem_dma_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_gem_dma_helper.c b/drivers/gp