Re: [PATCH] drm: renesas: rz-du: Support dmabuf import

2025-04-05 Thread Kieran Bingham
Hi Laurent, Quoting Laurent Pinchart (2025-03-21 10:46:15) > The rz-du driver uses GEM DMA helpers, but does not implement the > drm_driver .gem_prime_import_sg_table operation. This prevents > importing dmabufs. Fix it by implementing the missing operation using > the DRM_GEM_DMA_DRIVER_OPS_WITH

Re: [PATCH] drm: renesas: rz-du: Support dmabuf import

2025-03-28 Thread Lad, Prabhakar
On Fri, Mar 21, 2025 at 10:46 AM Laurent Pinchart wrote: > > The rz-du driver uses GEM DMA helpers, but does not implement the > drm_driver .gem_prime_import_sg_table operation. This prevents > importing dmabufs. Fix it by implementing the missing operation using > the DRM_GEM_DMA_DRIVER_OPS_WITH

[PATCH] drm: renesas: rz-du: Support dmabuf import

2025-03-27 Thread Laurent Pinchart
The rz-du driver uses GEM DMA helpers, but does not implement the drm_driver .gem_prime_import_sg_table operation. This prevents importing dmabufs. Fix it by implementing the missing operation using the DRM_GEM_DMA_DRIVER_OPS_WITH_DUMB_CREATE() helper macro. Signed-off-by: Laurent Pinchart --- K

RE: [PATCH] drm: renesas: rz-du: Support dmabuf import

2025-03-26 Thread Biju Das
Hi Laurent, > -Original Message- > From: Laurent Pinchart > Sent: 21 March 2025 10:46 > Subject: [PATCH] drm: renesas: rz-du: Support dmabuf import > > The rz-du driver uses GEM DMA helpers, but does not implement the > drm_driver .gem_prime_import_sg_table oper

Re: [PATCH] drm: renesas: rz-du: Support dmabuf import

2025-03-21 Thread Tommaso Merciai
Hi Laurent, Thanks for your patch! On Fri, Mar 21, 2025 at 12:46:15PM +0200, Laurent Pinchart wrote: > The rz-du driver uses GEM DMA helpers, but does not implement the > drm_driver .gem_prime_import_sg_table operation. This prevents > importing dmabufs. Fix it by implementing the missing operati