drm/ast: Don't pin cursor source BO explicitly during update
authorThomas Zimmermann <tzimmermann@suse.de>
Wed, 9 Dec 2020 14:25:20 +0000 (15:25 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 11 Dec 2020 11:35:25 +0000 (12:35 +0100)
commitabe54e54ddef85006d58495e6f2311ce82b4f015
treea427b41128b9192cdb34cef7b0a9d35a56750109
parentc365d304d69ab2a38e1431323d17a216b7930e32
drm/ast: Don't pin cursor source BO explicitly during update

Vmapping the cursor source BO contains an implicit pin operation,
so there's no need to do this manually.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201209142527.26415-2-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_cursor.c