mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
drm/ast: Unpin cursor BO during cleanup
The unpin operation was missing from ast_cursor_fini(). Fixed now. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Acked-by: Gerd Hoffmann <kraxel@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190613073041.29350-3-tzimmermann@suse.de
This commit is contained in:
parent
a6c3464f69
commit
4d7553c3ed
1 changed files with 1 additions and 0 deletions
|
@ -959,6 +959,7 @@ static void ast_cursor_fini(struct drm_device *dev)
|
|||
struct drm_gem_vram_object *gbo =
|
||||
drm_gem_vram_of_gem(ast->cursor_cache);
|
||||
drm_gem_vram_kunmap_at(gbo, &ast->cache_kmap);
|
||||
drm_gem_vram_unpin(gbo);
|
||||
drm_gem_object_put_unlocked(ast->cursor_cache);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue