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
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
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