Re: [PATCH 02/22] arm/hdlcd: 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

[PATCH 02/22] arm/hdlcd: 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/arm/hdlcd_drv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/arm/hdlcd_drv.c b/d