index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_plane.c
Age
Commit message (
Expand
)
Author
2025-08-20
drm/virtio: clean up minor codestyle issues
Athul Raj Kollareth
2025-04-16
drm/virtio: Support drm_panic with non-vmapped shmem BO
Ryosuke Yasuoka
2025-04-16
drm/virtio: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
2025-04-08
Merge drm/drm-fixes into drm-misc-fixes
Thomas Zimmermann
2025-04-01
drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()
Dmitry Osipenko
2025-02-09
drm/virtio: Add drm_panic support
Ryosuke Yasuoka
2024-11-26
drm/virtio: Add prepare and cleanup routines for imported dmabuf obj
Vivek Kasireddy
2024-11-18
drm/virtio: New fence for every plane update
Dongwon Kim
2024-11-18
drm/virtio: Use drm_gem_plane_helper_prepare_fb()
Dongwon Kim
2023-11-24
drm/virtio: Disable damage clipping if FB changed since last page-flip
Javier Martinez Canillas
2023-11-24
drm/virtio: Use the hotspot properties from cursor planes
Zack Rusin
2023-03-13
drm/virtio: Enable fb damage clips property for the primary plane
Javier Martinez Canillas
2022-08-19
drm/virtio: remove drm_plane_cleanup() destroy hook
Danilo Krummrich
2022-07-26
drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALING
Thomas Zimmermann
2022-07-26
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
2022-07-19
drm/virtio: plane: use drm managed resources
Danilo Krummrich
2022-07-19
drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
Dmitry Osipenko
2021-09-29
drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...
Gurchetan Singh
2021-06-23
drm/virtio: Add the fence in resource_flush if present
Vivek Kasireddy
2021-06-23
drm/virtio: Add fences for Guest blobs
Vivek Kasireddy
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
drm: Rename plane atomic_check state names
Maxime Ripard
2020-09-29
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
2020-09-02
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
2020-09-02
drm/virtio: fix unblank
Gerd Hoffmann
2020-02-17
drm/virtio: batch plane updates (pageflip)
Gerd Hoffmann
2020-02-17
drm/virtio: rework notification for better batching
Gerd Hoffmann
2020-02-13
drm/virtio: fix virtio_gpu_cursor_plane_update().
Gerd Hoffmann
2019-12-16
drm/virtio: use damage info for display updates.
Gerd Hoffmann
2019-12-16
drm/virtio: batch display update commands.
Gerd Hoffmann
2019-12-16
drm/virtio: skip set_scanout if framebuffer didn't change
Gerd Hoffmann
2019-12-16
drm/virtio: plane_state->fb iff plane_state->crtc
Daniel Vetter
2019-11-20
drm/virtio: factor out virtio_gpu_update_dumb_bo
Gerd Hoffmann
2019-11-20
drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.
Gerd Hoffmann
2019-10-22
drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...
Gerd Hoffmann
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
2019-09-04
drm/virtio: simplify cursor updates
Gerd Hoffmann
2019-08-28
drm/virtio: add plane check
Gerd Hoffmann
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-06
drm/virtio: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
2019-01-08
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
2019-01-08
drm/virtio: fix pageflip flush
Gerd Hoffmann
2018-11-29
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
2018-11-14
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
2018-09-25
drm/virtio: fix DRM_FORMAT_* handling
Gerd Hoffmann
2018-09-25
drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}
Gerd Hoffmann
2018-09-05
drm/virtio: track virtual output state
Gerd Hoffmann
[next]