summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_object.c
AgeCommit message (Expand)Author
2023-01-02drm/virtio: Fix memory leak in virtio_gpu_object_create()Xiu Jianfeng
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko
2022-07-19drm/virtio: Simplify error handling of virtio_gpu_object_create()Dmitry Osipenko
2022-07-19drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() errorDmitry Osipenko
2022-07-19drm/virtio: Correct drm_gem_shmem_get_sg_table() error handlingDmitry Osipenko
2022-06-09drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_initMiaoqian Lin
2022-02-14drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann
2021-12-02drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann
2021-11-15drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann
2021-11-15drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2021-04-15drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy
2021-03-09drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn
2020-11-24drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann
2020-11-05drm/virtio: use kvmalloc for large allocationsSergey Senozhatsky
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh
2020-09-29drm/virtio: blob prep: refactor getting pages and attaching backingGurchetan Singh
2020-09-25drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie
2020-09-10drm: virtio: fix common struct sg_table related issuesMarek Szyprowski
2020-08-28Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
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-17drm/virtio: Revert "drm/virtio: Call the right shmem helpers"Gurchetan Singh
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-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin
2020-06-03drm/virtio: Call the right shmem helpersDaniel Vetter
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh
2020-03-19drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh
2020-02-27drm/virtio: fix mmap page attributesGerd Hoffmann
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh
2020-02-27drm/virtio: make mmap callback consistent with callbacksGurchetan Singh
2020-02-24drm/virtio: fix resource id creation raceJohn Bates
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2020-02-17drm/virtio: batch resource creationGerd Hoffmann
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann