index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2018-09-20
drm/atomic: Initialise planes with opaque alpha values
Kieran Bingham
1
-3
/
+1
2018-09-09
drm: extract drm_atomic_uapi.c
Daniel Vetter
1
-0
/
+1
2018-08-27
Merge drm/drm-next into drm-misc-next
Sean Paul
1
-3
/
+5
2018-08-24
drm: Add per-plane pixel blend mode property
Lowry Li
1
-0
/
+1
2018-08-16
Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-26
/
+88
2018-08-06
drm/atomic: Add __drm_atomic_helper_plane_reset
Alexandru Gheorghe
1
-9
/
+24
2018-07-25
drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make g...
Boris Brezillon
1
-2
/
+3
2018-07-25
drm/atomic: Check old_plane_state->crtc in drm_atomic_helper_async_check()
Boris Brezillon
1
-1
/
+2
2018-07-13
drm: drop _mode_ from remaining connector functions
Daniel Vetter
1
-1
/
+1
2018-07-07
drm/atomic: Call fake_vblank() from the generic commit_tail() helpers
Boris Brezillon
1
-0
/
+4
2018-07-07
drm/crtc: Add a generic infrastructure to fake VBLANK events
Boris Brezillon
1
-0
/
+39
2018-07-07
drm/connector: Make ->atomic_commit() optional
Boris Brezillon
1
-0
/
+2
2018-07-07
drm/connector: Pass a drm_connector_state to ->atomic_commit()
Boris Brezillon
1
-1
/
+1
2018-07-05
drm/atomic-helper: Use bitwise or for filling a bitmask
Ville Syrjälä
1
-1
/
+1
2018-07-02
drm: Add drm_encoder_mask()
Ville Syrjälä
1
-5
/
+5
2018-07-02
drm/atomic-helper: Use old/new state in drm_atomic_helper_commit_planes_on_cr...
Ville Syrjälä
1
-5
/
+10
2018-06-20
drm: Add writeback connector type
Brian Starkey
1
-0
/
+25
2018-06-11
drm: Stop updating plane->crtc/fb/old_fb on atomic drivers
Ville Syrjälä
1
-14
/
+1
2018-05-04
drm/rect: Handle rounding errors in drm_rect_clip_scaled, v3.
Maarten Lankhorst
1
-1
/
+1
2018-04-18
drm/atomic: Add sanity checks to drm_atomic_helper_async_commit()
Boris Brezillon
1
-0
/
+11
2018-04-16
drm/blend: Add a generic alpha property
Maxime Ripard
1
-0
/
+4
2018-03-29
drm: Use plane->state->fb over plane->fb
Ville Syrjälä
1
-1
/
+1
2018-03-29
drm/atomic-helper: WARN if legacy plane fb pointers are bogus when committing...
Ville Syrjälä
1
-1
/
+6
2018-03-29
drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutd...
Ville Syrjälä
1
-39
/
+39
2018-03-28
drm: Add drm_mode_config->normalize_zpos boolean
Peter Ujfalusi
1
-0
/
+11
2018-03-16
drm: Remove now pointelss blob->data casts
Ville Syrjälä
1
-1
/
+1
2018-03-05
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
1
-5
/
+7
2018-01-30
drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
Leo (Sunpeng) Li
1
-0
/
+15
2018-01-10
Revert "drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits"
Maarten Lankhorst
1
-9
/
+0
2018-01-09
drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
Leo (Sunpeng) Li
1
-0
/
+9
2017-12-03
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-9
/
+103
2017-11-29
drm/atomic: make drm_atomic_helper_wait_for_vblanks more agressive
Lucas Stach
1
-1
/
+1
2017-11-21
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-1
/
+1
2017-11-20
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
1
-0
/
+94
2017-11-15
drm/atomic-helper: always track connector commits, too
Daniel Vetter
1
-9
/
+3
2017-11-09
drm: Update docs for legacy kms state
Daniel Vetter
1
-0
/
+6
2017-10-24
Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-10
/
+18
2017-10-18
drm/atomic-helper: check that drivers call drm_crtc_vblank_off
Daniel Vetter
1
-0
/
+9
2017-10-17
drm/atomic: Check for busy planes/connectors before setting the commit
Maarten Lankhorst
1
-9
/
+8
2017-10-17
drm/atomic: Make atomic helper track newly assigned planes correctly, v2.
Maarten Lankhorst
1
-1
/
+1
2017-10-17
Merge tag 'drm-misc-next-2017-10-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-2
/
+2
2017-10-13
drm/atomic-helper: Fix reference to drm_crtc_send_vblank_event()
Thierry Reding
1
-1
/
+1
2017-10-13
drm/atomic-helper: Fix typo
Thierry Reding
1
-1
/
+1
2017-10-13
Merge tag 'drm-misc-next-2017-10-12' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+1
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
1
-1
/
+1
2017-10-09
drm/atomic: Unref duplicated drm_atomic_state in drm_atomic_helper_resume()
Jeffy Chen
1
-0
/
+1
2017-09-27
Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-102
/
+209
2017-09-08
drm/atomic: Make async plane update checks work as intended, v2.
Maarten Lankhorst
1
-38
/
+15
2017-09-08
drm/atomic: Fix freeing connector/plane state too early by tracking commits, v3.
Maarten Lankhorst
1
-6
/
+166
2017-09-08
drm/atomic: Remove waits in drm_atomic_helper_commit_cleanup_done, v2.
Maarten Lankhorst
1
-17
/
+0
[next]