aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2023-03-11drm/virtio: Fix error code in virtio_gpu_object_shmem_init()Harshit Mogalapalli
2023-03-03drm/virtio: Correct drm_gem_shmem_get_sg_table() error handlingDmitry Osipenko
2023-03-03drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_initMiaoqian Lin
2023-01-18drm/virtio: Fix GEM handle creation UAFRob Clark
2022-10-30drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()Dmitry Osipenko
2022-10-26drm/virtio: Check whether transferred 2D BO is shmemDmitry Osipenko
2022-08-21virtio-gpu: fix a missing check to avoid NULL dereferenceXiaomeng Tong
2022-06-09drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian
2021-11-18virtio-gpu: fix possible memory allocation failureliuyuntao
2021-07-19drm/virtio: Fix double free on probe failureXie Yongji
2021-03-07drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky
2021-03-04drm/virtio: make sure context is created in gem openChia-I Wu
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-15drm/virtio: add virtio_gpu_cmd_unref_resource error handlingGerd Hoffmann
2020-09-15drm/virtio: return virtio_gpu_queue errorsGerd Hoffmann
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski
2020-09-09drm/virtio: report uuid in debugfsGurchetan Singh
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh
2020-09-09Fix use after free in get_capset_info callback.Doug Horn
2020-09-09Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...Dave Airlie
2020-09-04drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann
2020-09-02drm/virtio: fix unblankGerd Hoffmann
2020-09-02drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann
2020-09-02drm/virtio: fix unblankGerd Hoffmann
2020-08-31drm: virtio: fix kconfig dependency warningRandy Dunlap
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-08-26drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh
2020-08-19virtio: fix build for configs without dma-bufsDavid Stevens
2020-08-19Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens
2020-08-17drm/virtio: Use struct_size() helper in kmalloc()Gustavo A. R. Silva
2020-08-17drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh
2020-08-17drm/virtgpu: remove redundant assignments to width and heightColin Ian King
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-07drm/virtio: fix memory leak in virtio_gpu_cleanup_object()Xin He
2020-08-07drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()Qi Liu
2020-08-05drm/virtio: convert to LE accessorsMichael S. Tsirkin
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-07-14drm/virtio: Remove open-coded commit-tail functionDaniel Vetter
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-03drm/virtio: Call the right shmem helpersDaniel Vetter
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh