index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_drv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-19
drm/virtio: Improve DMA API usage for shmem BOs
Dmitry Osipenko
1
-4
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2021-11-29
drm/virtgpu api: define a dummy fence signaled event
Gurchetan Singh
1
-1
/
+0
2021-09-29
drm/virtio: implement context init: add virtio_gpu_fence_event
Gurchetan Singh
1
-0
/
+7
2021-09-29
drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
Gurchetan Singh
1
-0
/
+1
2021-09-29
drm/virtio: implement context init: allocate an array of fence contexts
Gurchetan Singh
1
-0
/
+3
2021-09-29
drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...
Gurchetan Singh
1
-2
/
+3
2021-09-29
drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...
Gurchetan Singh
1
-0
/
+2
2021-09-29
drm/virtio: implement context init: support init ioctl
Anthoine Bourgeois
1
-2
/
+4
2021-09-29
drm/virtio: implement context init: probe for feature
Anthoine Bourgeois
1
-0
/
+1
2021-09-29
drm/virtio: implement context init: track valid capabilities in a mask
Gurchetan Singh
1
-0
/
+3
2021-08-16
drm/virtio: support mapping exported vram
David Stevens
1
-0
/
+8
2021-06-23
drm/virtio: Prepare resource_flush to accept a fence
Vivek Kasireddy
1
-1
/
+3
2020-12-02
drm/virtio: consider dma-fence context when signaling
Gurchetan Singh
1
-0
/
+1
2020-11-20
drm/virtio: rename sync_seq and last_seq
Gurchetan Singh
1
-2
/
+2
2020-11-20
drm/virtio: use fence_id when processing fences
Gurchetan Singh
1
-1
/
+1
2020-11-20
drm/virtio: fix a file name comment reference
Anthoine Bourgeois
1
-1
/
+1
2020-09-29
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
1
-2
/
+2
2020-09-29
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
1
-0
/
+4
2020-09-29
drm/virtio: implement blob resources: refactor UUID code somewhat
Gurchetan Singh
1
-0
/
+2
2020-09-29
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
1
-0
/
+15
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
1
-1
/
+25
2020-09-29
drm/virtio: implement blob resources: add new fields to internal structs
Gurchetan Singh
1
-3
/
+14
2020-09-29
drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get
Gurchetan Singh
1
-0
/
+2
2020-09-29
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
1
-0
/
+2
2020-09-29
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
1
-0
/
+1
2020-09-29
drm/virtio: blob prep: make CPU responses more generic
Gurchetan Singh
1
-3
/
+3
2020-09-15
drm/virtio: use drmm_mode_config_init
Gerd Hoffmann
1
-1
/
+1
2020-09-02
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
1
-1
/
+0
2020-09-02
drm/virtio: fix unblank
Gerd Hoffmann
1
-0
/
+1
2020-08-18
drm/virtio: Support virtgpu exported resources
David Stevens
1
-0
/
+21
2020-06-03
Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-22
/
+14
2020-05-04
drm/virtio: create context before RESOURCE_CREATE_2D in 3D mode
Gurchetan Singh
1
-0
/
+1
2020-04-03
drm/virtio: make virtio_gpu_object_attach void
Gurchetan Singh
1
-4
/
+4
2020-04-03
drm/virtio: random virtgpu_drv.h cleanups
Gurchetan Singh
1
-17
/
+9
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
1
-1
/
+1
2020-03-09
drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)
Gurchetan Singh
1
-1
/
+1
2020-03-09
drm/virtio: factor out the sg_table from virtio_gpu_object
Gurchetan Singh
1
-4
/
+9
2020-02-27
drm/virtio: add virtio_gpu_is_shmem helper
Gurchetan Singh
1
-0
/
+3
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
1
-2
/
+0
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
1
-0
/
+2
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
1
-0
/
+2
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
1
-4
/
+2
2020-02-12
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
1
-1
/
+2
2020-02-10
drm/virtio: move virtio_gpu_mem_entry initialization to new function
Gerd Hoffmann
1
-1
/
+3
2020-02-10
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()
Gerd Hoffmann
1
-2
/
+0
2020-02-10
drm/virtio: resource teardown tweaks
Gerd Hoffmann
1
-1
/
+3
2020-02-07
drm/virtio: fix ring free check
Gerd Hoffmann
1
-0
/
+1
2019-12-19
drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_display
Gurchetan Singh
1
-2
/
+0
2019-12-19
drm/virtio: move to_virtio_fence inside virtgpu_fence
Gurchetan Singh
1
-2
/
+0
[next]