index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_plane.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-16
drm/virtio: Support drm_panic with non-vmapped shmem BO
Ryosuke Yasuoka
1
-3
/
+11
2025-04-16
drm/virtio: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-4
/
+4
2025-04-08
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
1
-0
/
+96
2025-04-01
drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()
Dmitry Osipenko
1
-6
/
+14
2025-02-09
drm/virtio: Add drm_panic support
Ryosuke Yasuoka
1
-0
/
+96
2024-11-26
drm/virtio: Add prepare and cleanup routines for imported dmabuf obj
Vivek Kasireddy
1
-1
/
+64
2024-11-18
drm/virtio: New fence for every plane update
Dongwon Kim
1
-19
/
+39
2024-11-18
drm/virtio: Use drm_gem_plane_helper_prepare_fb()
Dongwon Kim
1
-0
/
+4
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-03-13
drm/virtio: Enable fb damage clips property for the primary plane
Javier Martinez Canillas
1
-0
/
+4
2022-08-19
drm/virtio: remove drm_plane_cleanup() destroy hook
Danilo Krummrich
1
-1
/
+0
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
1
-2
/
+2
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
1
-1
/
+0
2022-07-19
drm/virtio: plane: use drm managed resources
Danilo Krummrich
1
-22
/
+8
2022-07-19
drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
Dmitry Osipenko
1
-3
/
+3
2021-09-29
drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_alloc
Gurchetan Singh
1
-1
/
+2
2021-06-23
drm/virtio: Add the fence in resource_flush if present
Vivek Kasireddy
1
-6
/
+39
2021-06-23
drm/virtio: Add fences for Guest blobs
Vivek Kasireddy
1
-7
/
+12
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-2
/
+6
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+3
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
1
-4
/
+5
2020-09-29
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
1
-6
/
+17
2020-09-02
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
1
-1
/
+1
2020-09-02
drm/virtio: fix unblank
Gerd Hoffmann
1
-1
/
+3
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
1
-0
/
+3
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
1
-4
/
+0
2020-02-13
drm/virtio: fix virtio_gpu_cursor_plane_update().
Gerd Hoffmann
1
-0
/
+1
2019-12-16
drm/virtio: use damage info for display updates.
Gerd Hoffmann
1
-17
/
+24
2019-12-16
drm/virtio: batch display update commands.
Gerd Hoffmann
1
-0
/
+4
2019-12-16
drm/virtio: skip set_scanout if framebuffer didn't change
Gerd Hoffmann
1
-14
/
+21
2019-12-16
drm/virtio: plane_state->fb iff plane_state->crtc
Daniel Vetter
1
-1
/
+1
2019-11-20
drm/virtio: factor out virtio_gpu_update_dumb_bo
Gerd Hoffmann
1
-15
/
+21
2019-11-20
drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.
Gerd Hoffmann
1
-30
/
+34
2019-10-22
drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d function
Gerd Hoffmann
1
-6
/
+6
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
1
-4
/
+17
2019-09-04
drm/virtio: simplify cursor updates
Gerd Hoffmann
1
-10
/
+3
2019-08-28
drm/virtio: add plane check
Gerd Hoffmann
1
-1
/
+16
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-1
/
+1
2019-08-06
drm/virtio: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
1
-1
/
+1
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
1
-2
/
+4
2019-01-08
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
1
-2
/
+4
2019-01-08
drm/virtio: fix pageflip flush
Gerd Hoffmann
1
-5
/
+6
2018-11-29
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
1
-1
/
+1
2018-11-14
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
1
-5
/
+41
2018-09-25
drm/virtio: fix DRM_FORMAT_* handling
Gerd Hoffmann
1
-52
/
+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-09-05
drm/virtio: track virtual output state
Gerd Hoffmann
1
-1
/
+1
2018-05-18
drm/virtio: Place GEM BOs in drm_framebuffer
Daniel Stone
1
-2
/
+2
[next]