Re: [PATCH v2 00/25] drm/dma-helper: Add dedicated fbdev emulation

2023-03-14 Thread Thomas Zimmermann
Merged into drm-misc-next. Thanks a lot for reviews and comments. Am 13.03.23 um 16:51 schrieb Thomas Zimmermann: Add fbdev emulation that is optimized for DMA helpers, as used by most drivers. It operates directly on GEM DMA buffers in system memory. Memory pages are mmap'ed directly to userspa

Re: [PATCH v2 00/25] drm/dma-helper: Add dedicated fbdev emulation

2023-03-13 Thread Linus Walleij
On Mon, Mar 13, 2023 at 4:51 PM Thomas Zimmermann wrote: > Tested with fbcon and IGT on vc4. Also tested on the U8500 MCDE on Samsung GT-I8190 (Golden) successfully. Yours, Linus Walleij

[PATCH v2 00/25] drm/dma-helper: Add dedicated fbdev emulation

2023-03-13 Thread Thomas Zimmermann
Add fbdev emulation that is optimized for DMA helpers, as used by most drivers. It operates directly on GEM DMA buffers in system memory. Memory pages are mmap'ed directly to userspace. No implicit shadow buffers need to be allocated; as can happen with the generic fbdev emulation. Convert drivers