]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/ast: Pin framebuffer BO during dirty update
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 Jun 2019 07:30:37 +0000 (09:30 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 Jun 2019 11:37:19 +0000 (13:37 +0200)
commitda460a29c28cac865b74f1ad578cf6fc4b18649f
tree92b292b1821ce0814b62ea684c13daa68ae9c1bc
parent27072152075e7542fb52a64054fae921b87f9085
drm/ast: Pin framebuffer BO during dirty update

Another explicit lock operation of a GEM VRAM BO is located in AST's
framebuffer update code. Instead of locking the BO, we pin it to wherever
it is.

v2:
* update with pin flag of 0

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190613073041.29350-6-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_fb.c