aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/tilcdc
diff options
context:
space:
mode:
authorThomas Zimmermann <[email protected]>2021-11-06 20:35:08 +0100
committerThomas Zimmermann <[email protected]>2021-11-30 11:09:53 +0100
commitc47160d8edcdb4d9fb2b333569a3fc13fca5db43 (patch)
tree7661671bc229b741c5daca30098b0aee5075b6d9 /drivers/gpu/drm/tilcdc
parente580ea25c08d9e89593bcf80640e29108f0542cb (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 <[email protected]> Reviewed-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/tilcdc')
0 files changed, 0 insertions, 0 deletions