Re: [PATCH v2 24/43] drm/imx/lcdc: Use fbdev-dma

2024-04-16 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports > damage handling, which is required by lcdc. Avoids the overhead of > fbdev-generic's additional shadow buffering. No functional changes. > > Signed-off-by: Thomas Zimmermann > Cc: Shawn Guo > Cc:

[PATCH v2 24/43] drm/imx/lcdc: Use fbdev-dma

2024-04-10 Thread Thomas Zimmermann
Implement fbdev emulation with fbdev-dma. Fbdev-dma now supports damage handling, which is required by lcdc. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Shawn Guo Cc: Sascha Hauer Cc: Pengutronix Kernel Team