index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_object.c
Age
Commit message (
Expand
)
Author
2020-04-03
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
2020-04-03
drm/virtio: delete notify in virtio_gpu_object_create
Gurchetan Singh
2020-03-19
drm/virtio: fix OOB in virtio_gpu_object_create
Jiri Slaby
2020-03-12
Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
2020-03-09
drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)
Gurchetan Singh
2020-03-09
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
2020-02-27
drm/virtio: fix mmap page attributes
Gerd Hoffmann
2020-02-27
drm/virtio: add virtio_gpu_is_shmem helper
Gurchetan Singh
2020-02-27
drm/virtio: make mmap callback consistent with callbacks
Gurchetan Singh
2020-02-24
drm/virtio: fix resource id creation race
John Bates
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
2020-02-17
drm/virtio: batch resource creation
Gerd Hoffmann
2020-02-10
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
2020-02-10
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
2020-02-10
drm/virtio: resource teardown tweaks
Gerd Hoffmann
2019-10-17
drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap
Gerd Hoffmann
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_object_create fencing
Gerd Hoffmann
2019-09-04
drm/virtio: remove virtio_gpu_object_wait
Gerd Hoffmann
2019-09-04
drm/virtio: pass gem reservation object to ttm init
Gerd Hoffmann
2019-08-28
drm/virtio: module_param_named() requires linux/moduleparam.h
Stephen Rothwell
2019-08-27
drm/virtio: make resource id workaround runtime switchable.
Gerd Hoffmann
2019-03-28
drm/virtio: rework resource creation workflow.
Gerd Hoffmann
2019-03-28
drm/virtio: use struct to pass params to virtio_gpu_object_create()
Gerd Hoffmann
2019-02-11
drm/virtio: do NOT reuse resource ids
Gerd Hoffmann
2018-11-14
drm/virtio: Use IDAs more efficiently
Matthew Wilcox
2018-11-14
drm/virtio: Handle error from virtio_gpu_resource_id_get
Matthew Wilcox
2018-10-29
drm/virtio: Replace IDRs with IDAs
Matthew Wilcox
2018-10-29
drm/virtio: fix resource id handling
Gerd Hoffmann
2018-10-29
drm/virtio: track created object state
Gerd Hoffmann
2018-09-26
virtio: Rework virtio_gpu_object_kmap()
Ezequiel Garcia
2018-09-26
virtio: Add virtio_gpu_object_kunmap()
Ezequiel Garcia
2018-02-26
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2017-04-07
drm/virtio: don't leak bo on drm_gem_object_init failure
Gerd Hoffmann
2016-05-04
drm/ttm: remove lazy parameter from ttm_bo_wait
Christian König
2016-05-04
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2015-10-16
virtio-gpu: don't free things on ttm_bo_init failure
Dave Airlie
2015-06-03
Add virtio gpu driver.
Dave Airlie