OSDN Git Service

drm/mxsfb: Use GEM DMA fbdev emulation
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 13 Mar 2023 15:51:26 +0000 (16:51 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 14 Mar 2023 16:07:48 +0000 (17:07 +0100)
commit5fe96f6a400eb7f95402015619934e074d0b1d98
tree0cc0c9c8cc9bc5c365742aa323b9bef09f2f741b
parent55c7cd97c4ca6bef24845c29b24297a07e78f47e
drm/mxsfb: Use GEM DMA fbdev emulation

Use the fbdev emulation that is optimized for DMA helpers. Avoids
possible shadow buffering and makes the code simpler.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230313155138.20584-14-tzimmermann@suse.de
drivers/gpu/drm/mxsfb/mxsfb_drv.c