aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_object.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-05drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky1-2/+3
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-15/+21
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann1-1/+4
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann1-0/+12
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh1-2/+1
2020-09-29drm/virtio: blob prep: refactor getting pages and attaching backingGurchetan Singh1-8/+8
2020-09-25drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann1-0/+1
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-nextDave Airlie1-15/+21
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski1-15/+21
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+7
2020-08-19Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-0/+1
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-1/+1
2020-08-17drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh1-1/+7
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-08-07drm/virtio: fix memory leak in virtio_gpu_cleanup_object()Xin He1-0/+1
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin1-1/+1
2020-06-03drm/virtio: Call the right shmem helpersDaniel Vetter1-1/+1
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh1-5/+1
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh1-1/+0
2020-03-19drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby1-6/+8
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-21/+29
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-2/+3
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh1-14/+19
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh1-14/+17
2020-02-27drm/virtio: fix mmap page attributesGerd Hoffmann1-0/+1
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh1-2/+7
2020-02-27drm/virtio: make mmap callback consistent with callbacksGurchetan Singh1-1/+1
2020-02-24drm/virtio: fix resource id creation raceJohn Bates1-2/+2
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann1-0/+1
2020-02-17drm/virtio: batch resource creationGerd Hoffmann1-0/+1
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann1-1/+54
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann1-2/+12
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann1-5/+14
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann1-1/+1
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-106/+42
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann1-43/+31
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann1-13/+0
2019-09-04drm/virtio: pass gem reservation object to ttm initGerd Hoffmann1-1/+2
2019-08-28drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell1-0/+2
2019-08-27drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann1-20/+24
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann1-3/+44
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann1-17/+12
2019-02-11drm/virtio: do NOT reuse resource idsGerd Hoffmann1-0/+13
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox1-3/+3
2018-11-14drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox1-2/+11
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox1-10/+2
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann1-0/+23
2018-10-29drm/virtio: track created object stateGerd Hoffmann1-1/+1
2018-09-26virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia1-8/+3
2018-09-26virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia1-0/+8