index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_atomic_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge drm/drm-next into drm-misc-next
Sean Paul
2018-08-27
1
-3
/
+5
|
\
|
|
*
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2018-08-15
1
-26
/
+88
|
|
\
|
*
|
drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make g...
Boris Brezillon
2018-07-25
1
-2
/
+3
|
*
|
drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
Boris Brezillon
2018-07-25
1
-1
/
+2
*
|
|
drm: Add per-plane pixel blend mode property
Lowry Li
2018-08-24
1
-0
/
+1
*
|
|
drm/atomic: Add __drm_atomic_helper_plane_reset
Alexandru Gheorghe
2018-08-06
1
-9
/
+24
|
|
/
|
/
|
*
|
drm: drop _mode_ from remaining connector functions
Daniel Vetter
2018-07-13
1
-1
/
+1
*
|
drm/atomic: Call fake_vblank() from the generic commit_tail() helpers
Boris Brezillon
2018-07-07
1
-0
/
+4
*
|
drm/crtc: Add a generic infrastructure to fake VBLANK events
Boris Brezillon
2018-07-07
1
-0
/
+39
*
|
drm/connector: Make ->atomic_commit() optional
Boris Brezillon
2018-07-07
1
-0
/
+2
*
|
drm/connector: Pass a drm_connector_state to ->atomic_commit()
Boris Brezillon
2018-07-07
1
-1
/
+1
*
|
drm/atomic-helper: Use bitwise or for filling a bitmask
Ville Syrjälä
2018-07-05
1
-1
/
+1
*
|
drm: Add drm_encoder_mask()
Ville Syrjälä
2018-07-02
1
-5
/
+5
*
|
drm/atomic-helper: Use old/new state in drm_atomic_helper_commit_planes_on_cr...
Ville Syrjälä
2018-07-02
1
-5
/
+10
*
|
drm: Add writeback connector type
Brian Starkey
2018-06-20
1
-0
/
+25
*
|
drm: Stop updating plane->crtc/fb/old_fb on atomic drivers
Ville Syrjälä
2018-06-11
1
-14
/
+1
|
/
*
drm/rect: Handle rounding errors in drm_rect_clip_scaled, v3.
Maarten Lankhorst
2018-05-04
1
-1
/
+1
*
drm/atomic: Add sanity checks to drm_atomic_helper_async_commit()
Boris Brezillon
2018-04-18
1
-0
/
+11
*
drm/blend: Add a generic alpha property
Maxime Ripard
2018-04-16
1
-0
/
+4
*
drm: Use plane->state->fb over plane->fb
Ville Syrjälä
2018-03-29
1
-1
/
+1
*
drm/atomic-helper: WARN if legacy plane fb pointers are bogus when committing...
Ville Syrjälä
2018-03-29
1
-1
/
+6
*
drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutd...
Ville Syrjälä
2018-03-29
1
-39
/
+39
*
drm: Add drm_mode_config->normalize_zpos boolean
Peter Ujfalusi
2018-03-28
1
-0
/
+11
*
drm: Remove now pointelss blob->data casts
Ville Syrjälä
2018-03-16
1
-1
/
+1
*
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
2018-03-05
1
-5
/
+7
*
drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
Leo (Sunpeng) Li
2018-01-30
1
-0
/
+15
*
Revert "drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits"
Maarten Lankhorst
2018-01-10
1
-9
/
+0
*
drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
Leo (Sunpeng) Li
2018-01-09
1
-0
/
+9
*
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-12-04
1
-9
/
+103
|
\
|
*
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
2017-11-21
1
-1
/
+1
|
|
\
|
*
|
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
2017-11-20
1
-0
/
+94
|
*
|
drm/atomic-helper: always track connector commits, too
Daniel Vetter
2017-11-15
1
-9
/
+3
|
*
|
drm: Update docs for legacy kms state
Daniel Vetter
2017-11-09
1
-0
/
+6
*
|
|
drm/atomic: make drm_atomic_helper_wait_for_vblanks more agressive
Lucas Stach
2017-11-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-10-24
1
-10
/
+18
|
\
|
|
*
drm/atomic-helper: check that drivers call drm_crtc_vblank_off
Daniel Vetter
2017-10-18
1
-0
/
+9
|
*
drm/atomic: Check for busy planes/connectors before setting the commit
Maarten Lankhorst
2017-10-17
1
-9
/
+8
|
*
drm/atomic: Make atomic helper track newly assigned planes correctly, v2.
Maarten Lankhorst
2017-10-17
1
-1
/
+1
*
|
Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-10-17
1
-2
/
+2
|
\
|
|
*
drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()
Thierry Reding
2017-10-13
1
-1
/
+1
|
*
drm/atomic-helper: Fix typo
Thierry Reding
2017-10-13
1
-1
/
+1
*
|
Merge tag 'drm-misc-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-10-13
1
-0
/
+1
|
\
|
|
*
drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()
Jeffy Chen
2017-10-09
1
-0
/
+1
*
|
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
2017-10-12
1
-1
/
+1
|
/
*
Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-09-28
1
-102
/
+209
|
\
|
*
drm/atomic: Make async plane update checks work as intended, v2.
Maarten Lankhorst
2017-09-08
1
-38
/
+15
|
*
drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.
Maarten Lankhorst
2017-09-08
1
-6
/
+166
|
*
drm/atomic: Remove waits in drm_atomic_helper_commit_cleanup_done, v2.
Maarten Lankhorst
2017-09-08
1
-17
/
+0
|
*
drm/atomic: Move drm_crtc_commit to drm_crtc_state, v4.
Maarten Lankhorst
2017-09-08
1
-47
/
+35
|
*
drm/atomic: Return commit in drm_crtc_commit_get for better annotation
Maarten Lankhorst
2017-09-08
1
-2
/
+1
[prev]
[next]