aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-29/+48
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie2-22/+26
2020-09-15drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann1-1/+4
2020-09-15drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann1-18/+20
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann3-6/+13
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard2-0/+2
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter3-7/+16
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski2-22/+26
2020-09-09drm/virtio: report uuid in debugfsGurchetan Singh1-0/+1
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh1-1/+1
2020-09-09Fix use after free in get_capset_info callback.Doug Horn2-3/+9
2020-09-09Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2020-09-04drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann3-6/+1
2020-09-02drm/virtio: fix unblankGerd Hoffmann3-1/+15
2020-09-02drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann3-6/+1
2020-09-02drm/virtio: fix unblankGerd Hoffmann3-1/+15
2020-08-31drm: virtio: fix kconfig dependency warningRandy Dunlap1-1/+1
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie9-8/+185
2020-08-26drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh1-1/+7
2020-08-19virtio: fix build for configs without dma-bufsDavid Stevens1-0/+1
2020-08-19Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie2-0/+2
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard3-11/+11
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens5-3/+176
2020-08-17drm/virtio: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+1
2020-08-17drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh1-1/+7
2020-08-17drm/virtgpu: remove redundant assignments to width and heightColin Ian King1-2/+0
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-11/+11
2020-08-07drm/virtio: fix memory leak in virtio_gpu_cleanup_object()Xin He1-0/+1
2020-08-07drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()Qi Liu1-0/+1
2020-08-05drm/virtio: convert to LE accessorsMichael S. Tsirkin1-8/+8
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin2-3/+3
2020-07-14drm/virtio: Remove open-coded commit-tail functionDaniel Vetter1-20/+0
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-8/+8
2020-06-03drm/virtio: Call the right shmem helpersDaniel Vetter1-1/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-48/+29
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov3-7/+7
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie3-2/+5
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh3-2/+5
2020-05-01Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-11/+6
2020-04-28drm/virtio: only destroy created contextsGurchetan Singh1-11/+6
2020-04-17drm/virtio: fix up for include file changesStephen Rothwell1-0/+1
2020-04-17virtgpu: pull in uaccess.hMichael S. Tsirkin1-0/+1
2020-04-06drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby1-6/+8
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh3-14/+9
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh2-2/+2
2020-04-03drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh1-1/+0
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh2-22/+14
2020-04-02drm/virtgpu: Use simple encoderThomas Zimmermann1-6/+2
2020-03-19drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby1-6/+8
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-3/+2