commit | 378c18386a256947055a89e177e71af6f8a60934 | [log] [tgz] |
---|---|---|
author | Thomas Zimmermann <tzimmermann@suse.de> | Fri Sep 27 11:12:59 2019 +0200 |
committer | Thomas Zimmermann <tzimmermann@suse.de> | Fri Oct 04 10:00:59 2019 +0200 |
tree | 0a049efefad0b78f118fe99c77149e3f3bf322f8 | |
parent | 047244aa0ad96b83c4d0426dfee3c0af184a34a4 [diff] |
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