Re: [PATCH v2 25/25] drm/pl111: Use GEM DMA fbdev emulation

2023-03-13 Thread Linus Walleij
On Mon, Mar 13, 2023 at 4:51 PM Thomas Zimmermann wrote: > Use the fbdev emulation that is optimized for DMA helpers. Avoids > possible shadow buffering and makes the code simpler. > > Reported-by: Linus Walleij > Link: > https://lore.kernel.org/dri-devel/cacrpkdawsqsnqkjkssosw3hmmhynxfuywxkdsz

[PATCH v2 25/25] drm/pl111: Use GEM DMA fbdev emulation

2023-03-13 Thread Thomas Zimmermann
Use the fbdev emulation that is optimized for DMA helpers. Avoids possible shadow buffering and makes the code simpler. Reported-by: Linus Walleij Link: https://lore.kernel.org/dri-devel/cacrpkdawsqsnqkjkssosw3hmmhynxfuywxkdszptc-a_uza...@mail.gmail.com/ Signed-off-by: Thomas Zimmermann --- dr