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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-13
drm/virtio: add missing virtio_gpu_array_lock_resv call
Gerd Hoffmann
1
-0
/
+1
2019-10-22
drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...
Gerd Hoffmann
3
-14
/
+14
2019-10-22
drm/virtio: print a single line with device features
Gerd Hoffmann
1
-5
/
+4
2019-10-17
drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPS
Gerd Hoffmann
1
-1
/
+1
2019-10-17
drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmap
Gerd Hoffmann
1
-1
/
+1
2019-09-13
drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.
David Riley
1
-1
/
+1
2019-09-13
drm/virtio: enable prime mmap support
Gerd Hoffmann
1
-0
/
+1
2019-09-12
drm/virtio: Use vmalloc for command buffer allocations.
David Riley
2
-10
/
+72
2019-09-12
drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.
David Riley
1
-13
/
+7
2019-09-06
drm/virtio: fix command submission with objects but without fence.
Gerd Hoffmann
1
-4
/
+5
2019-09-04
drm/virtio: add worker for object release
Gerd Hoffmann
4
-1
/
+42
2019-09-04
drm/virtio: add fence sanity check
Gerd Hoffmann
1
-0
/
+4
2019-09-04
drm/virtio: drop virtio_gpu_object_{reserve, unreserve}
Gerd Hoffmann
1
-21
/
+0
2019-09-04
drm/virtio: drop virtio_gpu_object_{ref,unref}
Gerd Hoffmann
1
-15
/
+0
2019-09-04
drm/virtio: remove virtio_gpu_alloc_object
Gerd Hoffmann
3
-26
/
+7
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
11
-536
/
+81
2019-09-04
drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
Gerd Hoffmann
2
-42
/
+0
2019-09-04
drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resource
Gerd Hoffmann
3
-19
/
+21
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
4
-37
/
+47
2019-09-04
drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
Gerd Hoffmann
3
-28
/
+23
2019-09-04
drm/virtio: rework virtio_gpu_object_create fencing
Gerd Hoffmann
3
-43
/
+37
2019-09-04
drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Gerd Hoffmann
3
-45
/
+38
2019-09-04
drm/virtio: add virtio_gpu_object_array & helpers
Gerd Hoffmann
2
-0
/
+110
2019-09-04
drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
Gerd Hoffmann
1
-3
/
+3
2019-09-04
drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
Gerd Hoffmann
3
-7
/
+6
2019-09-04
drm/virtio: remove virtio_gpu_object_wait
Gerd Hoffmann
2
-14
/
+0
2019-09-04
drm/virtio: simplify cursor updates
Gerd Hoffmann
1
-10
/
+3
2019-09-04
drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.
Gerd Hoffmann
1
-12
/
+16
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-28
drm/virtio: notify virtqueues without holding spinlock
Gerd Hoffmann
1
-6
/
+19
2019-08-28
drm/virtio: cleanup queue functions
Gerd Hoffmann
1
-27
/
+14
2019-08-28
drm/virtio: add plane check
Gerd Hoffmann
1
-1
/
+16
2019-08-27
drm/virtio: make resource id workaround runtime switchable.
Gerd Hoffmann
1
-20
/
+24
2019-08-23
drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...
Gerd Hoffmann
1
-1
/
+0
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2
-3
/
+3
2019-08-06
drm/virtio: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
2
-3
/
+3
2019-08-06
drm/ttm: use gem vma_node
Gerd Hoffmann
2
-4
/
+1
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-1
/
+1
2019-07-15
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
9
-210
/
+130
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
12
-25
/
+43
2019-06-26
drm/virtio: drop DRM_AUTH usage from the driver
Emil Velikov
1
-9
/
+9
2019-06-26
drm/virtio: move drm_connector_update_edid_property() call
Gerd Hoffmann
1
-1
/
+1
2019-06-21
drm/virtio: Drop drm_gem_prime_export/import
Daniel Vetter
1
-2
/
+0
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-1
/
+1
2019-06-14
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
6
-187
/
+36
2019-06-13
drm/virtio: drop framebuffer dirty tracking code
Gerd Hoffmann
4
-176
/
+3
2019-06-11
drm/virtio: Add memory barriers for capset cache.
David Riley
2
-0
/
+5
2019-06-06
drm/virtio: Fix cache entry creation race.
David Riley
1
-1
/
+21
2019-06-06
drm/virtio: Wake up all waiters when capset response comes in.
David Riley
1
-1
/
+1
[next]