Re: [PATCH 04/10] drm/gem-shmem: 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_shmem_helper.c | 24 > include/drm/

[PATCH 04/10] drm/gem-shmem: 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_shmem_helper.c | 24 include/drm/drm_gem_shmem_helper.h | 2 +- 2 files changed, 13 insertions(+), 13