]> git.baikalelectronics.ru Git - kernel.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)
commit6ae5f6b216519badd81f7086d8e5286acc0dfff8
tree92b292b1821ce0814b62ea684c13daa68ae9c1bc
parent42c34c23919f6475e0c197b2e044baa5f593d678
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