index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_ioctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-02
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+0
2020-05-08
Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-2
/
+1
2020-05-04
drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode
Gurchetan Singh
1
-2
/
+1
2020-04-17
virtgpu: pull in uaccess.h
Michael S. Tsirkin
1
-0
/
+1
2020-04-03
drm/virtio: delete notify after virtio_gpu_cmd_context_create
Gurchetan Singh
1
-1
/
+0
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
1
-13
/
+16
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
1
-0
/
+8
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
1
-0
/
+13
2020-02-25
drm/virtio: use consistent names for drm_files
Gurchetan Singh
1
-10
/
+10
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
1
-0
/
+3
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
1
-0
/
+1
2020-02-13
drm/virtio: fix virtio_gpu_execbuffer_ioctl locking
Gerd Hoffmann
1
-10
/
+10
2019-11-20
drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...
Gerd Hoffmann
1
-19
/
+3
2019-09-12
drm/virtio: Use vmalloc for command buffer allocations.
David Riley
1
-2
/
+2
2019-09-04
drm/virtio: remove virtio_gpu_alloc_object
Gerd Hoffmann
1
-3
/
+3
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
1
-3
/
+2
2019-09-04
drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
Gerd Hoffmann
1
-39
/
+0
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
1
-29
/
+21
2019-09-04
drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
Gerd Hoffmann
1
-25
/
+15
2019-09-04
drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Gerd Hoffmann
1
-38
/
+18
2019-09-04
drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
Gerd Hoffmann
1
-2
/
+2
2019-09-04
drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.
Gerd Hoffmann
1
-12
/
+16
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-2
/
+2
2019-08-06
drm/virtio: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-2
/
+2
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
1
-3
/
+5
2019-06-26
drm/virtio: drop DRM_AUTH usage from the driver
Emil Velikov
1
-9
/
+9
2019-06-14
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-9
/
+9
2019-06-11
drm/virtio: Add memory barriers for capset cache.
David Riley
1
-0
/
+3
2019-06-06
drm/virtio: Ensure cached capset entries are valid before copying.
David Riley
1
-2
/
+1
2019-06-05
drm/virtio: use u64_to_user_ptr macro
Gurchetan Singh
1
-7
/
+5
2019-05-31
drm/ttm: Make LRU removal optional v2
Christian König
1
-1
/
+1
2019-05-23
drm/virtio: remove irrelevant DRM_UNLOCKED flag
Emil Velikov
1
-9
/
+9
2019-03-28
drm/virtio: rework resource creation workflow.
Gerd Hoffmann
1
-62
/
+10
2019-03-28
drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
Gerd Hoffmann
1
-15
/
+10
2019-03-28
drm/virtio: params struct for virtio_gpu_cmd_create_resource()
Gerd Hoffmann
1
-2
/
+4
2019-03-28
drm/virtio: use struct to pass params to virtio_gpu_object_create()
Gerd Hoffmann
1
-5
/
+5
2019-01-08
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
1
-1
/
+1
2018-11-29
drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence arg
Gerd Hoffmann
1
-1
/
+1
2018-11-29
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
1
-4
/
+4
2018-11-14
drm/virtio: add in/out fence support for explicit synchronization
Robert Foss
1
-17
/
+64
2018-11-14
drm/virtio: add uapi for in and out explicit fences
Robert Foss
1
-0
/
+5
2018-11-14
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
1
-2
/
+28
2018-10-29
drm/virtio: fix resource id handling
Gerd Hoffmann
1
-1
/
+0
2018-10-29
drm/virtio: drop resource_id argument.
Gerd Hoffmann
1
-3
/
+3
2018-10-29
drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...
Gerd Hoffmann
1
-16
/
+8
2018-10-29
drm/virtio: track created object state
Gerd Hoffmann
1
-2
/
+2
2018-09-25
drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}
Gerd Hoffmann
1
-2
/
+2
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
1
-6
/
+11
2018-02-27
drm/virtio: Add spaces around operators
Rodrigo Siqueira
1
-9
/
+9
2018-02-27
drm/virtio: Add */ in block comments to separate line
Rodrigo Siqueira
1
-1
/
+2
[next]