index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
drm/virtio: New fence for every plane update
Dongwon Kim
2
-19
/
+46
5 days
drm/virtio: Use drm_gem_plane_helper_prepare_fb()
Dongwon Kim
1
-0
/
+4
5 days
drm/virtio: Don't create a context with default param if context_init is supp...
Pierre-Eric Pelloux-Prayer
1
-3
/
+5
5 days
drm/virtio: Use generic dumb_map_offset implementation
Peter Shkenev
4
-22
/
+3
8 days
drm/client: Move public client header to clients/ subdirectory
Thomas Zimmermann
1
-1
/
+1
2024-10-14
drm/virtgpu: Use video aperture helpers
Thomas Zimmermann
1
-2
/
+2
2024-09-26
drm/virtgpu: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+6
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
5
-20
/
+17
2024-07-24
drm/virtio: Fix type of dma-fence context variable
Dmitry Osipenko
1
-1
/
+1
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-5
/
+4
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
1
-5
/
+4
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-2
/
+1
2024-05-23
Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
1
-1
/
+1
2024-05-22
drm/virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-05-13
drm/virtio: switch to struct drm_edid
Jani Nikula
3
-13
/
+11
2024-05-02
drm/virtio: Use fbdev-shmem
Thomas Zimmermann
1
-2
/
+2
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+3
2024-01-29
drm/virtio: Set segment size for virtio_gpu device
Sebastian Ott
1
-0
/
+1
2024-01-03
drm/virtio: Spelling fixes
Andy Shevchenko
1
-3
/
+3
2023-11-24
drm/virtio: Disable damage clipping if FB changed since last page-flip
Javier Martinez Canillas
1
-0
/
+10
2023-11-24
drm/virtio: Use the hotspot properties from cursor planes
Zack Rusin
1
-4
/
+4
2023-11-24
drm: Disable the cursor plane on atomic contexts with virtualized drivers
Zack Rusin
1
-1
/
+1
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2
-2
/
+1
2023-11-15
drm/virtio: Fix return value for VIRTGPU_CONTEXT_PARAM_DEBUG_NAME
Dmitry Osipenko
1
-0
/
+1
2023-11-11
drm/uapi: add explicit virtgpu context debug name
Gurchetan Singh
2
-6
/
+35
2023-11-11
drm/virtio: use uint64_t more in virtio_gpu_context_init_ioctl
Gurchetan Singh
1
-2
/
+2
2023-11-02
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-10-23
BackMerge tag 'v6.6-rc7' into drm-next
Dave Airlie
1
-1
/
+0
2023-10-06
drm/virtio: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-1
/
+1
2023-10-05
drm/virtio: Annotate struct virtio_gpu_object_array with __counted_by
Kees Cook
1
-1
/
+1
2023-09-21
drm/virtio: clean out_fence on complete_submit
José Pekkarinen
1
-1
/
+0
2023-09-02
drm/virtio: Remove unused function declarations
Yue Haibing
1
-7
/
+0
2023-08-01
drm/virtio: Support sync objects
Dmitry Osipenko
2
-1
/
+226
2023-07-09
drm/virtio: Conditionally allocate virtio_gpu_fence
Gurchetan Singh
1
-12
/
+20
2023-06-26
drm: Clear fd/handle callbacks in struct drm_driver
Thomas Zimmermann
1
-2
/
+0
2023-06-19
drm: Remove struct drm_driver.gem_prime_mmap
Thomas Zimmermann
1
-1
/
+0
2023-06-03
drm/virtio: Wait for each dma-fence of in-fence array individually
Dmitry Osipenko
1
-2
/
+18
2023-06-03
drm/virtio: Refactor and optimize job submission code path
Dmitry Osipenko
4
-183
/
+300
2023-03-29
Merge v6.3-rc4 into drm-next
Daniel Vetter
1
-2
/
+2
2023-03-13
drm/virtio: Enable fb damage clips property for the primary plane
Javier Martinez Canillas
1
-0
/
+4
2023-03-13
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
4
-15
/
+29
2023-03-13
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-5
/
+2
2023-03-06
drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
Dmitry Osipenko
1
-8
/
+10
2023-03-03
drm/virtio: Add option to disable KMS support
Rob Clark
4
-9
/
+35
2023-02-27
drm/virtio: use strscpy() to instead of strncpy()
Xu Panda
1
-2
/
+1
2023-02-27
drm/virtio: Pass correct device to dma_sync_sgtable_for_device()
Oleksandr Tyshchenko
1
-2
/
+2
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-22
Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-14
/
+28
[next]