]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()
authorThomas Zimmermann <tzimmermann@suse.de>
Fri, 27 Sep 2019 09:12:59 +0000 (11:12 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Fri, 4 Oct 2019 08:00:59 +0000 (10:00 +0200)
commitb3f0979133d7a0b385d5eb2fc6671b67b257f10a
tree0a049efefad0b78f118fe99c77149e3f3bf322f8
parentca92d3111be18b5e167e871159c4b34e023bee97
drm/mgag200: Move cursor BO swapping into mgag200_show_cursor()

Selecting the correct BO for the new cursor image is not relevant
outside of mgag200_show_cursor(). Let the function do the work.

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