commit | da460a29c28cac865b74f1ad578cf6fc4b18649f | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Thu Jun 13 09:30:37 2019 +0200 |
committer | Thomas Zimmermann <tzimmermann@suse.de> | Thu Jun 13 13:37:19 2019 +0200 |
tree | 92b292b1821ce0814b62ea684c13daa68ae9c1bc | |
parent | 27072152075e7542fb52a64054fae921b87f9085 [diff] |
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