commit | 08f73d668048ffa3ba6b1426b6ba0a89b16aefd7 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Nov 26 13:59:28 2018 -0800 |
committer | Eric Anholt <eric@anholt.net> | Tue Nov 27 12:23:32 2018 -0800 |
tree | 74991749982507aeff45de15539ea2111e3d72a9 | |
parent | 8f1cd826641d677d0f7494253ecfc3335f0bcd4e [diff] |
drm/vkms: Drop custom vkms_dumb_map(). This is the same as the default drm_gem_dumb_map_offset() implementation, except that this one missed the ban on userspace mapping an imported dmabuf (which seems like intended common behavior for drivers). Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20181126215929.20546-1-eric@anholt.net Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>