diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2021-11-06 20:35:08 +0100 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2021-11-30 11:09:53 +0100 |
commit | c47160d8edcdb4d9fb2b333569a3fc13fca5db43 (patch) | |
tree | 7661671bc229b741c5daca30098b0aee5075b6d9 /drivers/gpu/drm/xlnx/Kconfig | |
parent | e580ea25c08d9e89593bcf80640e29108f0542cb (diff) |
drm/mipi-dbi: Remove dependency on GEM CMA helper library
The MIPI DBI helpers access struct drm_gem_cma_object.vaddr in a
few places. Replace all instances with the correct generic GEM
functions. Use drm_gem_fb_vmap() for mapping a framebuffer's GEM
objects and drm_gem_fb_vunmap() for unmapping them. This removes
the dependency on CMA helpers within MIPI DBI.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20211106193509.17472-2-tzimmermann@suse.de
Diffstat (limited to 'drivers/gpu/drm/xlnx/Kconfig')
0 files changed, 0 insertions, 0 deletions