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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
/
drm_atomic_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-22
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-22
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-01-28
BackMerge tag 'v6.19-rc7' into drm-next
Dave Airlie
1
-23
/
+99
2026-01-03
drm/atomic-helper: Export and namespace some functions
Linus Walleij
1
-23
/
+99
2026-01-03
Revert "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"
Tomi Valkeinen
1
-4
/
+4
2025-12-22
drm/atomic: convert drm_atomic_get_{old, new}_colorop_state() into proper fun...
Jani Nikula
1
-0
/
+1
2025-11-27
drm/colorop: Introduce new drm_colorop mode object
Harry Wentland
1
-0
/
+12
2025-11-10
drm/atomic: use drm_crtc_vblank_waitqueue()
Jani Nikula
1
-1
/
+3
2025-10-13
drm/atomic: Change state pointers to a more meaningful name
Maxime Ripard
1
-4
/
+4
2025-07-22
drm/atomic-helper: put the bridge returned by drm_bridge_chain_get_first_brid...
Luca Ceresoli
1
-0
/
+7
2025-06-16
drm: Include <linux/export.h>
Thomas Zimmermann
1
-0
/
+1
2025-06-06
drm/atomic-helper: Re-order bridge chain pre-enable and post-disable
Aradhya Bhatia
1
-4
/
+4
2025-06-06
drm/atomic-helper: Separate out bridge pre_enable/post_disable from enable/di...
Aradhya Bhatia
1
-3
/
+88
2025-06-06
drm/atomic-helper: Refactor crtc & encoder-bridge op loops into separate func...
Aradhya Bhatia
1
-20
/
+49
2025-03-20
drm/bridge: Add helper to reset bridge pipeline
Maxime Ripard
1
-0
/
+3
2025-02-21
drm/atomic-helper: Add a note in drm_atomic_helper_reset_crtc() kernel-doc
Herve Codina
1
-0
/
+4
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_wait_for_flip_d...
Maxime Ripard
1
-6
/
+6
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_cleanup_...
Maxime Ripard
1
-7
/
+7
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_cleanup_planes()
Maxime Ripard
1
-4
/
+4
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_wait_for_vblanks()
Maxime Ripard
1
-9
/
+9
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_hw_done()
Maxime Ripard
1
-6
/
+6
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_fake_vblank()
Maxime Ripard
1
-5
/
+5
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_writebac...
Maxime Ripard
1
-3
/
+3
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_modeset_...
Maxime Ripard
1
-9
/
+9
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_planes()
Maxime Ripard
1
-12
/
+12
2025-02-19
drm/atomic-helper: Change parameter name of crtc_set_mode()
Maxime Ripard
1
-3
/
+3
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_update_legacy_m...
Maxime Ripard
1
-6
/
+6
2025-02-19
drm/atomic-helper: Change parameter name of disable_outputs()
Maxime Ripard
1
-9
/
+9
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_modeset_disables()
Maxime Ripard
1
-6
/
+6
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_tail_rpm()
Maxime Ripard
1
-10
/
+10
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_commit_tail()
Maxime Ripard
1
-10
/
+10
2025-02-19
drm/atomic-helper: Change parameter name of drm_atomic_helper_wait_for_depend...
Maxime Ripard
1
-6
/
+6
2025-02-19
drm/atomic-helper: Fix commit_tail state variable name
Maxime Ripard
1
-10
/
+10
2025-02-14
drm/atomic: Let drivers decide which planes to async flip
André Almeida
1
-1
/
+1
2025-02-13
drm/atomic-helper: Introduce drm_atomic_helper_reset_crtc()
Herve Codina
1
-0
/
+41
2025-02-04
drm/atomic-helper: improve CRTC enabled/connectors mismatch logging message
Luca Ceresoli
1
-2
/
+3
2025-01-23
drm/atomic-helper: document drm_atomic_helper_check() restrictions
Dmitry Baryshkov
1
-0
/
+9
2025-01-08
drm: Add valid clones check
Jessica Zhang
1
-0
/
+28
2025-01-08
drm: allow encoder mode_set even when connectors change for crtc
Abhinav Kumar
1
-1
/
+1
2024-09-17
drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=n
Lyude Paul
1
-1
/
+1
2024-08-26
drm: Fix kerneldoc for "Returns" section
renjun wang
1
-2
/
+0
2024-04-15
drm/panic: Add drm panic locking
Daniel Vetter
1
-0
/
+4
2023-12-19
Merge tag 'drm-misc-next-2023-12-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-7
/
+9
2023-12-12
Backmerge tag 'v6.7-rc5' into drm-next
Dave Airlie
1
-26
/
+52
2023-12-08
drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_state
Dmitry Baryshkov
1
-7
/
+9
2023-12-06
drm/atomic-helpers: Invoke end_fb_access while owning plane state
Thomas Zimmermann
1
-26
/
+52
2023-12-04
Revert "drm/atomic: Loosen FB atomic checks"
Dmitry Baryshkov
1
-22
/
+17
2023-12-02
drm/atomic: Loosen FB atomic checks
Jessica Zhang
1
-17
/
+22
2023-11-15
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-4
/
+13
[next]