OpenCloudOS-Kernel/drivers/gpu/drm/tiny
Thomas Zimmermann 4ac0868d43 drm/gm12u320: Move vmap out of commit tail
Vmap operations may acquire the dmabuf reservation lock, which is not
allowed within atomic commit-tail functions. Therefore move vmap and
vunmap from the damage handler into prepare_fb and cleanup_fb callbacks.

The mapping is provided as GEM shadow-buffered plane. The functions in
the commit tail use the pre-established mapping for damage handling.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Tested-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210208115538.6430-7-tzimmermann@suse.de
2021-02-08 13:00:44 +01:00
..
Kconfig drm/cirrus: Move to drm/tiny 2020-04-28 16:05:15 +02:00
Makefile drm/cirrus: Move to drm/tiny 2020-04-28 16:05:15 +02:00
cirrus.c drm/cirrus: Move vmap out of commit tail 2021-02-08 13:00:36 +01:00
gm12u320.c drm/gm12u320: Move vmap out of commit tail 2021-02-08 13:00:44 +01:00
hx8357d.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
ili9225.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
ili9341.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
ili9486.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
mi0283qt.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
repaper.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
st7586.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
st7735r.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00