Re: [PATCH 07/10] drm/gem-framebuffer: 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 07/10] drm/gem-framebuffer: 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_gem_framebuffer_helper.c | 8 ++-- 1 fil