index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_plane.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-1
/
+1
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
-0
/
+1
2025-08-20
drm/virtio: clean up minor codestyle issues
Athul Raj Kollareth
-1
/
+1
2025-04-16
drm/virtio: Support drm_panic with non-vmapped shmem BO
Ryosuke Yasuoka
-3
/
+11
2025-04-16
drm/virtio: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
-4
/
+4
2025-04-08
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
-0
/
+96
2025-04-01
drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()
Dmitry Osipenko
-6
/
+14
2025-02-09
drm/virtio: Add drm_panic support
Ryosuke Yasuoka
-0
/
+96
2024-11-26
drm/virtio: Add prepare and cleanup routines for imported dmabuf obj
Vivek Kasireddy
-1
/
+64
2024-11-18
drm/virtio: New fence for every plane update
Dongwon Kim
-19
/
+39
2024-11-18
drm/virtio: Use drm_gem_plane_helper_prepare_fb()
Dongwon Kim
-0
/
+4
2023-11-24
drm/virtio: Disable damage clipping if FB changed since last page-flip
Javier Martinez Canillas
-0
/
+10
2023-11-24
drm/virtio: Use the hotspot properties from cursor planes
Zack Rusin
-4
/
+4
2023-03-13
drm/virtio: Enable fb damage clips property for the primary plane
Javier Martinez Canillas
-0
/
+4
2022-08-19
drm/virtio: remove drm_plane_cleanup() destroy hook
Danilo Krummrich
-1
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
-2
/
+2
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
-1
/
+0
2022-07-19
drm/virtio: plane: use drm managed resources
Danilo Krummrich
-22
/
+8
2022-07-19
drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
Dmitry Osipenko
-3
/
+3
2021-09-29
drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...
Gurchetan Singh
-1
/
+2
2021-06-23
drm/virtio: Add the fence in resource_flush if present
Vivek Kasireddy
-6
/
+39
2021-06-23
drm/virtio: Add fences for Guest blobs
Vivek Kasireddy
-7
/
+12
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
-2
/
+6
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
-4
/
+5
2020-09-29
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
-6
/
+17
2020-09-02
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
-1
/
+1
2020-09-02
drm/virtio: fix unblank
Gerd Hoffmann
-1
/
+3
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
-0
/
+3
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
-4
/
+0
2020-02-13
drm/virtio: fix virtio_gpu_cursor_plane_update().
Gerd Hoffmann
-0
/
+1
2019-12-16
drm/virtio: use damage info for display updates.
Gerd Hoffmann
-17
/
+24
2019-12-16
drm/virtio: batch display update commands.
Gerd Hoffmann
-0
/
+4
2019-12-16
drm/virtio: skip set_scanout if framebuffer didn't change
Gerd Hoffmann
-14
/
+21
2019-12-16
drm/virtio: plane_state->fb iff plane_state->crtc
Daniel Vetter
-1
/
+1
2019-11-20
drm/virtio: factor out virtio_gpu_update_dumb_bo
Gerd Hoffmann
-15
/
+21
2019-11-20
drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.
Gerd Hoffmann
-30
/
+34
2019-10-22
drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...
Gerd Hoffmann
-6
/
+6
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
-4
/
+17
2019-09-04
drm/virtio: simplify cursor updates
Gerd Hoffmann
-10
/
+3
2019-08-28
drm/virtio: add plane check
Gerd Hoffmann
-1
/
+16
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
-1
/
+1
2019-08-06
drm/virtio: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
-1
/
+1
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
-2
/
+4
2019-01-08
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
-2
/
+4
2019-01-08
drm/virtio: fix pageflip flush
Gerd Hoffmann
-5
/
+6
2018-11-29
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
-1
/
+1
2018-11-14
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
-5
/
+41
[next]