summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-143-7/+16
|\
| * drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann2020-09-043-6/+1
| * drm/virtio: fix unblankGerd Hoffmann2020-09-023-1/+15
| * drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh2020-08-261-1/+7
* | Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...Dave Airlie2020-09-091-1/+1
|\ \
| * | drm: virtio: fix kconfig dependency warningRandy Dunlap2020-08-311-1/+1
* | | Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-08-289-8/+185
|\| | | |/ |/|
| * virtio: fix build for configs without dma-bufsDavid Stevens2020-08-191-0/+1
| * Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-183-11/+11
| |\
| * | drm/virtio: Support virtgpu exported resourcesDavid Stevens2020-08-185-3/+176
| * | drm/virtio: Use struct_size() helper in kmalloc()Gustavo A. R. Silva2020-08-171-2/+1
| * | drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh2020-08-171-1/+7
| * | drm/virtgpu: remove redundant assignments to width and heightColin Ian King2020-08-171-2/+0
* | | Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-08-192-0/+2
|\ \ \ | |_|/ |/| |
| * | drm/virtio: fix memory leak in virtio_gpu_cleanup_object()Xin He2020-08-071-0/+1
| * | drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()Qi Liu2020-08-071-0/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-113-11/+11
|\ \ \ | |_|/ |/| |
| * | drm/virtio: convert to LE accessorsMichael S. Tsirkin2020-08-051-8/+8
| * | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2020-08-032-3/+3
| |/
* | drm/virtio: Remove open-coded commit-tail functionDaniel Vetter2020-07-141-20/+0
* | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-244-8/+8
|\ \ | |/ |/|
| * drm/virtio: Call the right shmem helpersDaniel Vetter2020-06-031-1/+1
| * drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-193-7/+7
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-027-48/+29
|\|
| * drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh2020-04-033-14/+9
| * drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh2020-04-032-2/+2
| * drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh2020-04-031-1/+0
| * drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh2020-04-032-22/+14
| * drm/virtgpu: Use simple encoderThomas Zimmermann2020-04-021-6/+2
| * drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby2020-03-191-6/+8
| * drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-182-3/+2
* | Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-083-2/+5
|\ \
| * | drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh2020-05-043-2/+5
* | | Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-011-11/+6
|\| |
| * | drm/virtio: only destroy created contextsGurchetan Singh2020-04-281-11/+6
* | | drm/virtio: fix up for include file changesStephen Rothwell2020-04-171-0/+1
* | | virtgpu: pull in uaccess.hMichael S. Tsirkin2020-04-171-0/+1
|/ /
* / drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby2020-04-061-6/+8
|/
* Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-123-28/+43
|\
| * drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh2020-03-092-15/+20
| * drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh2020-03-093-20/+30
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-2/+3
|\ \ | |/ |/|
| * drm/virtio: fix mmap page attributesGerd Hoffmann2020-02-271-0/+1
| * drm/virtio: fix resource id creation raceJohn Bates2020-02-241-2/+2
| * Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-201-0/+1
| |\
| | * drm/virtio: add missing virtio_gpu_array_lock_resv callGerd Hoffmann2020-01-131-0/+1
* | | drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh2020-02-272-2/+10
* | | drm/virtio: make mmap callback consistent with callbacksGurchetan Singh2020-02-271-1/+1
* | | drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh2020-02-253-16/+16
* | | drm/virtio: track whether or not a context has been initiatedGurchetan Singh2020-02-253-0/+13