summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_object.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby2020-03-191-6/+8
* Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-03-121-21/+29
|\
| * drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh2020-03-091-14/+19
| * drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh2020-03-091-14/+17
* | Merge v5.6-rc5 into drm-nextDave Airlie2020-03-111-2/+3
|\ \ | |/ |/|
| * drm/virtio: fix mmap page attributesGerd Hoffmann2020-02-271-0/+1
| * drm/virtio: fix resource id creation raceJohn Bates2020-02-241-2/+2
* | drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh2020-02-271-2/+7
* | drm/virtio: make mmap callback consistent with callbacksGurchetan Singh2020-02-271-1/+1
* | drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-171-0/+1
* | drm/virtio: batch resource creationGerd Hoffmann2020-02-171-0/+1
* | drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann2020-02-101-1/+54
* | drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann2020-02-101-2/+12
* | drm/virtio: resource teardown tweaksGerd Hoffmann2020-02-101-5/+14
|/
* drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann2019-10-171-1/+1
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-041-106/+42
* drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann2019-09-041-43/+31
* drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2019-09-041-13/+0
* drm/virtio: pass gem reservation object to ttm initGerd Hoffmann2019-09-041-1/+2
* drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell2019-08-281-0/+2
* drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann2019-08-271-20/+24
* drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-281-3/+44
* drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann2019-03-281-17/+12
* drm/virtio: do NOT reuse resource idsGerd Hoffmann2019-02-111-0/+13
* drm/virtio: Use IDAs more efficientlyMatthew Wilcox2018-11-141-3/+3
* drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox2018-11-141-2/+11
* drm/virtio: Replace IDRs with IDAsMatthew Wilcox2018-10-291-10/+2
* drm/virtio: fix resource id handlingGerd Hoffmann2018-10-291-0/+23
* drm/virtio: track created object stateGerd Hoffmann2018-10-291-1/+1
* virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia2018-09-261-8/+3
* virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2018-09-261-0/+8
* drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König2018-02-261-1/+1
* drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He2017-12-281-1/+5
* drm/virtio: don't leak bo on drm_gem_object_init failureGerd Hoffmann2017-04-071-1/+3
* drm/ttm: remove lazy parameter from ttm_bo_waitChristian König2016-05-041-1/+1
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-041-1/+1
* virtio-gpu: don't free things on ttm_bo_init failureDave Airlie2015-10-161-8/+3
* Add virtio gpu driver.Dave Airlie2015-06-031-0/+170