commit | e1218b8c0cc1f8108be67ba3783d63eb4a50d792 | [log] [tgz] |
---|---|---|
author | David Riley <davidriley@chromium.org> | Wed Sep 11 11:14:03 2019 -0700 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 12 09:49:24 2019 +0200 |
tree | 959d8edb7cb4b776b08d0049b6624fadc4f36ab6 | |
parent | 32d6c2c5b5227cfc6f796bbd760dab81b05f48e5 [diff] |
drm/virtio: Use vmalloc for command buffer allocations. Userspace requested command buffer allocations could be too large to make as a contiguous allocation. Use vmalloc if necessary to satisfy those allocations. Signed-off-by: David Riley <davidriley@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20190911181403.40909-3-davidriley@chromium.org Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>