2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-25 05:34:00 +08:00
linux-next/drivers/gpu/drm/virtio
David Riley e1218b8c0c 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>
2019-09-12 09:49:24 +02:00
..
Kconfig drm/virtio: switch from ttm to gem shmem helpers 2019-09-04 06:54:11 +02:00
Makefile drm/virtio: switch from ttm to gem shmem helpers 2019-09-04 06:54:11 +02:00
virtgpu_debugfs.c drm/virtgpu: drop use of drmP.h 2019-07-15 18:11:31 +02:00
virtgpu_display.c drm/virtgpu: drop use of drmP.h 2019-07-15 18:11:31 +02:00
virtgpu_drv.c drm/virtio: switch from ttm to gem shmem helpers 2019-09-04 06:54:11 +02:00
virtgpu_drv.h drm/virtio: add worker for object release 2019-09-04 06:54:12 +02:00
virtgpu_fence.c drm/virtio: add fence sanity check 2019-09-04 06:54:12 +02:00
virtgpu_gem.c drm/virtio: add worker for object release 2019-09-04 06:54:12 +02:00
virtgpu_ioctl.c drm/virtio: Use vmalloc for command buffer allocations. 2019-09-12 09:49:24 +02:00
virtgpu_kms.c drm/virtio: add worker for object release 2019-09-04 06:54:12 +02:00
virtgpu_object.c drm/virtio: switch from ttm to gem shmem helpers 2019-09-04 06:54:11 +02:00
virtgpu_plane.c drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing 2019-09-04 06:54:10 +02:00
virtgpu_prime.c drm/virtio: switch from ttm to gem shmem helpers 2019-09-04 06:54:11 +02:00
virtgpu_trace_points.c drm/virtio: add trace events for commands 2019-05-06 10:52:58 +02:00
virtgpu_trace.h drm/virtio: add trace events for commands 2019-05-06 10:52:58 +02:00
virtgpu_vq.c drm/virtio: Use vmalloc for command buffer allocations. 2019-09-12 09:49:24 +02:00