]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mgag200: Pin framebuffer BO during dirty update
authorThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 Jun 2019 07:30:38 +0000 (09:30 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 13 Jun 2019 11:37:23 +0000 (13:37 +0200)
commit47334e4ac7836f146d32dd222da4ef4510dda5a9
treedb199a2f04d4aaed9836a47fbe957d381fd5e472
parent6ae5f6b216519badd81f7086d8e5286acc0dfff8
drm/mgag200: Pin framebuffer BO during dirty update

Another explicit lock operation of a GEM VRAM BO is located in mgag200'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-7-tzimmermann@suse.de
drivers/gpu/drm/mgag200/mgag200_fb.c