drm/virtio: fix mmap page attributes
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 26 Feb 2020 15:47:51 +0000 (16:47 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 27 Feb 2020 12:54:39 +0000 (13:54 +0100)
commit6be7e07335486f5731cab748d80c68f20896581f
tree753eba3594d8fe0b4e8d9eaafd278cc4f1f060e0
parent1cad629257e76025bcbf490c58de550fb67d4d0e
drm/virtio: fix mmap page attributes

virtio-gpu uses cached mappings, set
drm_gem_shmem_object.map_cached accordingly.

Cc: stable@vger.kernel.org
Fixes: c66df701e783 ("drm/virtio: switch from ttm to gem shmem helpers")
Reported-by: Gurchetan Singh <gurchetansingh@chromium.org>
Reported-by: Guillaume Gardet <Guillaume.Gardet@arm.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Tested-by: Guillaume Gardet <Guillaume.Gardet@arm.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20200226154752.24328-3-kraxel@redhat.com
drivers/gpu/drm/virtio/virtgpu_object.c