commit | 820d6606e9c27d7e52bd065a2798e09cc7a35532 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Wed Sep 11 14:03:51 2019 +0200 |
committer | Thomas Zimmermann <tzimmermann@suse.de> | Tue Sep 17 13:10:47 2019 +0200 |
tree | c131cd3e3008e757d92854d44e965f7495a97d85 | |
parent | c8908bde0dbd35145f2cb6894e742aec84674af7 [diff] |
drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BO The VRAM helper's vmap interfaces provide pinning and mapping of BO memory. This patch replaces the respective code in ast cursor handling. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190911120352.20084-3-tzimmermann@suse.de