Re: [PATCH 09/22] drm/kmb: Use GEM DMA fbdev emulation

2023-03-09 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Use the fbdev emulation that is optimized for DMA helpers. Avoids > possible shadow buffering and makes the code simpler. > > Signed-off-by: Thomas Zimmermann > --- Reviewed-by: Javier Martinez Canillas -- Best regards, Javier Martinez Canillas Core Platforms Red

RE: [PATCH 09/22] drm/kmb: Use GEM DMA fbdev emulation

2023-03-06 Thread Chrisanthus, Anitha
.@lists.linux.dev; Thomas > Zimmermann > Subject: [PATCH 09/22] drm/kmb: Use GEM DMA fbdev emulation > > Use the fbdev emulation that is optimized for DMA helpers. Avoids > possible shadow buffering and makes the code simpler. > > Signed-off-by: Thomas Zimmermann >

[PATCH 09/22] drm/kmb: Use GEM DMA fbdev emulation

2023-03-01 Thread Thomas Zimmermann
Use the fbdev emulation that is optimized for DMA helpers. Avoids possible shadow buffering and makes the code simpler. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/kmb/kmb_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/kmb/kmb_drv.c b/drive