summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-235-29/+48
|\
| * drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann2020-09-151-1/+4
| * drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann2020-09-151-18/+20
| * drm/virtio: use drmm_mode_config_initGerd Hoffmann2020-09-153-6/+13
| * Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-142-0/+2
| |\
| * | drm/virtio: report uuid in debugfsGurchetan Singh2020-09-091-0/+1
| * | drm/virtio: fix uninitialized variableGurchetan Singh2020-09-091-1/+1
| * | Fix use after free in get_capset_info callback.Doug Horn2020-09-092-3/+9
| * | drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann2020-09-023-6/+1
| * | drm/virtio: fix unblankGerd Hoffmann2020-09-023-1/+15
* | | Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-172-22/+26
|\ \ \ | |_|/ |/| |
| * | drm: virtio: fix common struct sg_table related issuesMarek Szyprowski2020-09-102-22/+26
* | | 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-037-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
|/