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
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