index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2020-11-24
drm/shmem-helper: Use cached mappings by default
Thomas Zimmermann
1
-1
/
+0
2020-11-05
drm/virtio: use kvmalloc for large allocations
Sergey Senozhatsky
1
-2
/
+3
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-15
/
+21
2020-09-29
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
1
-1
/
+4
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
1
-0
/
+12
2020-09-29
drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get
Gurchetan Singh
1
-2
/
+1
2020-09-29
drm/virtio: blob prep: refactor getting pages and attaching backing
Gurchetan Singh
1
-8
/
+8
2020-09-25
drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
Thomas Zimmermann
1
-0
/
+1
2020-09-17
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...
Dave Airlie
1
-15
/
+21
2020-09-10
drm: virtio: fix common struct sg_table related issues
Marek Szyprowski
1
-15
/
+21
2020-08-28
Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+7
2020-08-19
Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-0
/
+1
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
1
-1
/
+1
2020-08-17
drm/virtio: Revert "drm/virtio: Call the right shmem helpers"
Gurchetan Singh
1
-1
/
+7
2020-08-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2020-08-07
drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
Xin He
1
-0
/
+1
2020-08-03
virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk
Michael S. Tsirkin
1
-1
/
+1
2020-06-03
drm/virtio: Call the right shmem helpers
Daniel Vetter
1
-1
/
+1
2020-04-03
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
1
-5
/
+1
2020-04-03
drm/virtio: delete notify in virtio_gpu_object_create
Gurchetan Singh
1
-1
/
+0
2020-03-19
drm/virtio: fix OOB in virtio_gpu_object_create
Jiri Slaby
1
-6
/
+8
2020-03-12
Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-21
/
+29
2020-03-11
Merge v5.6-rc5 into drm-next
Dave Airlie
1
-2
/
+3
2020-03-09
drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)
Gurchetan Singh
1
-14
/
+19
2020-03-09
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
1
-14
/
+17
2020-02-27
drm/virtio: fix mmap page attributes
Gerd Hoffmann
1
-0
/
+1
2020-02-27
drm/virtio: add virtio_gpu_is_shmem helper
Gurchetan Singh
1
-2
/
+7
2020-02-27
drm/virtio: make mmap callback consistent with callbacks
Gurchetan Singh
1
-1
/
+1
2020-02-24
drm/virtio: fix resource id creation race
John Bates
1
-2
/
+2
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
1
-0
/
+1
2020-02-17
drm/virtio: batch resource creation
Gerd Hoffmann
1
-0
/
+1
2020-02-10
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
1
-1
/
+54
2020-02-10
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
1
-2
/
+12
2020-02-10
drm/virtio: resource teardown tweaks
Gerd Hoffmann
1
-5
/
+14
2019-10-17
drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap
Gerd Hoffmann
1
-1
/
+1
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
1
-106
/
+42
2019-09-04
drm/virtio: rework virtio_gpu_object_create fencing
Gerd Hoffmann
1
-43
/
+31
2019-09-04
drm/virtio: remove virtio_gpu_object_wait
Gerd Hoffmann
1
-13
/
+0
2019-09-04
drm/virtio: pass gem reservation object to ttm init
Gerd Hoffmann
1
-1
/
+2
2019-08-28
drm/virtio: module_param_named() requires linux/moduleparam.h
Stephen Rothwell
1
-0
/
+2
2019-08-27
drm/virtio: make resource id workaround runtime switchable.
Gerd Hoffmann
1
-20
/
+24
2019-03-28
drm/virtio: rework resource creation workflow.
Gerd Hoffmann
1
-3
/
+44
2019-03-28
drm/virtio: use struct to pass params to virtio_gpu_object_create()
Gerd Hoffmann
1
-17
/
+12
2019-02-11
drm/virtio: do NOT reuse resource ids
Gerd Hoffmann
1
-0
/
+13
2018-11-14
drm/virtio: Use IDAs more efficiently
Matthew Wilcox
1
-3
/
+3
2018-11-14
drm/virtio: Handle error from virtio_gpu_resource_id_get
Matthew Wilcox
1
-2
/
+11
2018-10-30
drm/virtio: Replace IDRs with IDAs
Matthew Wilcox
1
-10
/
+2
2018-10-30
drm/virtio: fix resource id handling
Gerd Hoffmann
1
-0
/
+23
2018-10-30
drm/virtio: track created object state
Gerd Hoffmann
1
-1
/
+1
2018-09-26
virtio: Rework virtio_gpu_object_kmap()
Ezequiel Garcia
1
-8
/
+3
[next]