Re: [PATCH v2 26/43] drm/mediatek: 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 ingenic. Avoids the overhead of > fbdev-generic's additional shadow buffering. No functional changes. > > Signed-off-by: Thomas Zimmermann > Cc: Chun-Kuang Hu > C

[PATCH v2 26/43] drm/mediatek: 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 ingenic. Avoids the overhead of fbdev-generic's additional shadow buffering. No functional changes. Signed-off-by: Thomas Zimmermann Cc: Chun-Kuang Hu Cc: Philipp Zabel --- drivers/gpu/drm/me