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
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