OSDN Git Service

drm/shmem: drop VM_IO
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 16 Oct 2019 11:51:56 +0000 (13:51 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Oct 2019 11:59:16 +0000 (13:59 +0200)
commit1bf01e1e357894e69b39853ead11d12c9aa40759
tree17d55b6c84ca3ac5cecde6731cf7f6d90357a454
parent5da932604dcb20f2e513ac57878dffd8399f6793
drm/shmem: drop VM_IO

VM_IO is wrong here, shmem uses normal ram not io memory.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Steven Price <steven.price@arm.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/20191016115203.20095-5-kraxel@redhat.com
drivers/gpu/drm/drm_gem_shmem_helper.c