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.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-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
2015-11-19
drm/atomic-helper: Check encoder/crtc constraints
Daniel Vetter
1
-0
/
+8
2015-11-17
drm: Fix primary plane size for stereo doubled modes for legacy setcrtc
Ville Syrjälä
1
-6
/
+9
2015-11-17
drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane.
Maarten Lankhorst
1
-3
/
+3
2015-10-19
drm: Swap w/h when converting the mode to src coordidates for a rotated prima...
Ville Syrjälä
1
-2
/
+7
2015-09-24
Merge tag 'v4.3-rc2' into topic/drm-misc
Daniel Vetter
1
-2
/
+2
2015-09-16
drm/fb-helper: atomic restore_fbdev_mode()..
Rob Clark
1
-53
/
+78
2015-09-14
drm/atomic-helper: Don't skip plane disabling on active CRTC
Laurent Pinchart
1
-6
/
+18
2015-09-08
drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()
Thierry Reding
1
-0
/
+78
2015-09-08
drm/atomic-helper: Pimp docs with recommendations for rpm drivers
Daniel Vetter
1
-0
/
+32
2015-09-08
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
1
-2
/
+18
2015-09-08
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
1
-15
/
+6
2015-09-08
drm/atomic-helper: properly annotate functions in kerneldoc
Daniel Vetter
1
-7
/
+7
2015-09-05
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-42
/
+83
2015-09-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-2
/
+2
2015-08-17
Merge tag 'v4.2-rc7' into drm-next
Dave Airlie
1
-1
/
+9
2015-08-12
drm/atomic: Use KMS VBLANK API
Thierry Reding
1
-2
/
+2
2015-08-11
drm/atomic: fix null pointer access to mode_fixup callback
Inki Dae
1
-1
/
+1
2015-08-07
treewide: Fix typo compatability -> compatibility
Laurent Pinchart
1
-2
/
+2
2015-08-04
drm/atomic-helpers: Make encoder picking more robust
Daniel Vetter
1
-5
/
+6
2015-08-04
drm/atomic-helper: Add an atomice best_encoder callback
Daniel Vetter
1
-1
/
+6
2015-08-02
i915: temporary fix for DP MST docking station NULL pointer dereference
Linus Torvalds
1
-3
/
+5
2015-07-27
drm/atomic: Update legacy DPMS state during modesets, v3.
Maarten Lankhorst
1
-6
/
+20
2015-07-27
drm: Make the connector dpms callback return a value, v2.
Maarten Lankhorst
1
-12
/
+16
2015-07-27
drm/atomic: pass old crtc state to atomic_begin/flush.
Maarten Lankhorst
1
-4
/
+4
2015-07-27
drm/atomic: add connectors_changed to separate it from mode_changed, v2
Maarten Lankhorst
1
-9
/
+30
2015-07-24
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...
Dave Airlie
1
-2
/
+2
2015-07-22
drm: Roll out drm_for_each_connector more
Daniel Vetter
1
-2
/
+2
2015-07-16
drm/atomic: Only update crtc->x/y if it's part of the state, v2.
Maarten Lankhorst
1
-2
/
+8
2015-07-07
drm: Update plane->fb also for page_flip
Daniel Vetter
1
-4
/
+0
2015-06-22
drm/atomic: Don't set crtc_state->enable manually
Laurent Pinchart
1
-3
/
+7
2015-06-19
drm/atomic: Extract needs_modeset function
Daniel Vetter
1
-11
/
+5
2015-06-04
drm/atomic: Clear crtc_state->active in drm_atomic_helper_set_config.
Maarten Lankhorst
1
-0
/
+2
2015-05-26
drm/atomic: Add current-mode blob to CRTC state
Daniel Stone
1
-5
/
+6
2015-05-26
drm: Add drm_atomic_set_mode_for_crtc
Daniel Stone
1
-3
/
+8
2015-05-21
drm: bridge: Allow daisy chaining of bridges
Archit Taneja
1
-19
/
+10
2015-05-21
drm/atomic: add all affected planes in drm_atomic_helper_check_modeset
Maarten Lankhorst
1
-0
/
+4
2015-05-21
drm/atomic: add commit_planes_on_crtc helper
Maarten Lankhorst
1
-0
/
+62
2015-05-20
Merge tag 'topic/drm-misc-2015-05-19' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-5
/
+24
2015-05-18
drm/atomic: remove duplicated assignment of old_plane_state
Gustavo Padovan
1
-2
/
+0
2015-05-13
drm/atomic-helpers: Export drm_atomic_helper_update_legacy_modeset_state
Daniel Vetter
1
-3
/
+20
2015-05-13
drm/atomic-helpers: Update vblank timestamping constants
Daniel Vetter
1
-0
/
+4
2015-05-08
drm/atomic: Make mode_fixup() optional for check_modeset()
Ander Conselvan de Oliveira
1
-0
/
+5
2015-05-07
Merge tag 'topic/drm-misc-2015-05-06' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-4
/
+5
2015-05-04
drm/atomic-helper: Really recover pre-atomic plane/cursor behavior
Daniel Vetter
1
-3
/
+3
2015-04-16
drm/atomic-helper: Don't call atomic_update_plane when it stays off
Daniel Vetter
1
-1
/
+2
2015-04-16
Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-178
/
+75
2015-04-11
drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macros
Ander Conselvan de Oliveira
1
-178
/
+75
2015-04-08
Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
1
-16
/
+128
2015-04-02
drm/atomic: Add helpers for state-subclassing drivers
Thierry Reding
1
-16
/
+128
2015-03-27
drm/atomic-helpers: Properly avoid full modeset dance
Daniel Vetter
1
-2
/
+4
[next]