summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_object.c
AgeCommit message (Expand)AuthorLines
2020-04-06drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby-6/+8
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-21/+29
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie-2/+3
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh-14/+19
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh-14/+17
2020-02-27drm/virtio: fix mmap page attributesGerd Hoffmann-0/+1
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh-2/+7
2020-02-27drm/virtio: make mmap callback consistent with callbacksGurchetan Singh-1/+1
2020-02-24drm/virtio: fix resource id creation raceJohn Bates-2/+2
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann-0/+1
2020-02-17drm/virtio: batch resource creationGerd Hoffmann-0/+1
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann-1/+54
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann-2/+12
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann-5/+14
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann-1/+1
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann-106/+42
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann-43/+31
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann-13/+0
2019-09-04drm/virtio: pass gem reservation object to ttm initGerd Hoffmann-1/+2
2019-08-28drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell-0/+2
2019-08-27drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann-20/+24
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann-3/+44
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann-17/+12
2019-02-11drm/virtio: do NOT reuse resource idsGerd Hoffmann-0/+13
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox-3/+3
2018-11-14drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox-2/+11
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox-10/+2
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann-0/+23
2018-10-29drm/virtio: track created object stateGerd Hoffmann-1/+1
2018-09-26virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia-8/+3
2018-09-26virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia-0/+8
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König-1/+1
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He-1/+5
2017-04-07drm/virtio: don't leak bo on drm_gem_object_init failureGerd Hoffmann-1/+3
2016-05-04drm/ttm: remove lazy parameter from ttm_bo_waitChristian König-1/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König-1/+1
2015-10-16virtio-gpu: don't free things on ttm_bo_init failureDave Airlie-8/+3
2015-06-03Add virtio gpu driver.Dave Airlie-0/+170