Re: [PATCH 10/10] drm/prime: Use dma_buf from GEM object instance

2025-02-28 Thread Anusha Srivatsa
Reviewed-by: ANusha Srivatsa On Wed, Feb 26, 2025 at 12:28 PM Thomas Zimmermann wrote: > Avoid dereferencing struct drm_gem_object.import_attach for the > imported dma-buf. The dma_buf field in the GEM object instance refers > to the same buffer. Prepares to make import_attach optional. > > Si

[PATCH 10/10] drm/prime: Use dma_buf from GEM object instance

2025-02-26 Thread Thomas Zimmermann
Avoid dereferencing struct drm_gem_object.import_attach for the imported dma-buf. The dma_buf field in the GEM object instance refers to the same buffer. Prepares to make import_attach optional. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/drm_prime.c | 8 +--- 1 file changed, 1 inse