]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/mgag200: Pin displayed cursor BO to video memory
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 23 Jul 2019 07:54:23 +0000 (09:54 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 24 Jul 2019 07:47:43 +0000 (09:47 +0200)
commita0fd72d2c95b56c78feec0867f2077b5ff5991e6
treedaa199b1594db9f9a164da17119458aa70d62986
parentde6786bee48e6f29846b7b220ecfea32364117d4
drm/mgag200: Pin displayed cursor BO to video memory

The cursor BO has to be pinned to video ram while it's being displayed.
With the current code, the BO might be pinned to system memory instead.
The patch fixes this problem.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Fixes: 94dc57b10399 ("drm/mgag200: Rewrite cursor handling")
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190723075425.24028-2-tzimmermann@suse.de
drivers/gpu/drm/mgag200/mgag200_cursor.c