OSDN Git Service

drm/qxl: fix monitors object vmap
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 17 Feb 2021 12:32:10 +0000 (13:32 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 19 Feb 2021 08:13:25 +0000 (09:13 +0100)
commitcb981987b401ff18e4bd6fc08a91e187ac043da0
tree7ee36aa4c44b6434d5cd7d23d4a7a11b7f30210a
parent61cc6d9513a93fba795bfd3d95e1dce125467e4f
drm/qxl: fix monitors object vmap

Use the correct vmap variant.  We don't hold a reservation here,
so we can't use the _locked variant.  We can drop the pin because
qxl_bo_vmap will do that for us.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/20210217123213.2199186-9-kraxel@redhat.com
drivers/gpu/drm/qxl/qxl_display.c