index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
/
drm_modeset_helper_vtables.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the default
Daniel Vetter
2021-06-24
1
-2
/
+5
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-2
/
+2
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-4
/
+3
*
drm/atomic: Pass the full state to planes async atomic check and update
Maxime Ripard
2021-02-24
1
-10
/
+8
*
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2021-02-23
1
-1
/
+1
*
Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-next
Daniel Vetter
2021-01-07
1
-1
/
+7
|
\
|
*
drm: Add default modes for connectors in unknown state
Laurent Pinchart
2021-01-05
1
-1
/
+7
*
|
drm: Introduce an atomic_commit_setup function
Maxime Ripard
2020-12-15
1
-0
/
+21
|
/
*
drm: Pass the full state to connectors atomic functions
Maxime Ripard
2020-11-20
1
-7
/
+6
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-2
/
+2
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-3
/
+2
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-11
/
+2
*
drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctx
Lyude Paul
2020-07-13
1
-0
/
+42
*
drm: writeback: document callbacks
Sam Ravnborg
2020-04-07
1
-0
/
+27
*
drm: drop unused drm_crtc callback
Sam Ravnborg
2020-02-15
1
-16
/
+0
*
drm: Add get_vblank_timestamp() to struct drm_crtc_funcs
Thomas Zimmermann
2020-02-13
1
-2
/
+2
*
drm: Add get_scanout_position() to struct drm_crtc_helper_funcs
Thomas Zimmermann
2020-02-13
1
-0
/
+47
*
drm/connector: Share with non-atomic drivers the function to get the single e...
José Roberto de Souza
2019-09-16
1
-4
/
+3
*
Merge v5.2-rc5 into drm-next
Daniel Vetter
2019-06-19
1
-0
/
+8
|
\
|
*
drm: don't block fb changes for async plane updates
Helen Koike
2019-06-04
1
-0
/
+8
*
|
drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state
Sean Paul
2019-06-13
1
-1
/
+1
*
|
drm: Add atomic variants of enable/disable to encoder helper funcs
Sean Paul
2019-06-13
1
-0
/
+49
*
|
drm: Tweak drm_encoder_helper_funcs.enable kerneldoc
Sean Paul
2019-06-12
1
-5
/
+5
|
/
*
BackMerge v5.1-rc5 into drm-next
Dave Airlie
2019-04-15
1
-0
/
+4
|
\
|
*
drm/atomic-helper: Make atomic_enable/disable crtc callbacks optional
Rodrigo Siqueira
2019-03-29
1
-0
/
+4
*
|
drm: writeback: Add job prepare and cleanup operations
Laurent Pinchart
2019-03-18
1
-0
/
+7
|
/
*
drm: Trivial comment grammar cleanups
Matt Roper
2019-02-04
1
-1
/
+1
*
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-07-13
1
-1
/
+1
*
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
/
+3
*
drm: Add writeback connector type
Brian Starkey
2018-06-20
1
-0
/
+11
*
drm/atomic: better doc for implicit vs explicit fencing
Daniel Vetter
2018-04-24
1
-1
/
+4
*
drm/edid: make drm_edid_to_eld() static
Jani Nikula
2017-11-07
1
-3
/
+0
*
drm/vtables: Fix typo
Thierry Reding
2017-09-01
1
-1
/
+1
*
drm: remove unused and redundant callbacks
Peter Rosin
2017-08-07
1
-16
/
+0
*
drm: Fix kerneldoc for atomic_async_update
Daniel Vetter
2017-07-31
1
-3
/
+3
*
drm/atomic: initial support for asynchronous plane update
Gustavo Padovan
2017-07-03
1
-0
/
+50
*
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-06-30
1
-25
/
+31
*
drm: Add drm_atomic_helper_wait_for_flip_done()
Boris Brezillon
2017-06-22
1
-1
/
+2
*
drm/doc: Clarify mode_fixup vs. atomic_check a bit more
Daniel Vetter
2017-05-23
1
-2
/
+13
*
drm/doc: Document adjusted/request modes a bit better
Daniel Vetter
2017-05-23
1
-2
/
+4
*
drm: Add crtc/encoder/bridge->mode_valid() callbacks
Jose Abreu
2017-05-23
1
-33
/
+101
*
drm/atomic: Add connector atomic_check function, v2.
Maarten Lankhorst
2017-04-06
1
-0
/
+34
*
drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connecto...
Maarten Lankhorst
2017-04-06
1
-0
/
+36
*
drm/kms-helpers: Use recommened kerneldoc for struct member refs
Daniel Vetter
2017-01-25
1
-70
/
+76
*
drm/doc: use preferred struct reference in kernel-doc
Daniel Vetter
2016-12-30
1
-1
/
+1
*
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
2016-12-18
1
-0
/
+1
*
drm/atomic: Unconfuse the old_state mess in commmit_tail
Daniel Vetter
2016-11-22
1
-4
/
+8
*
drm/atomic-helper: fix reference to drm_atomic_helper_commit_planes
Stefan Agner
2016-11-08
1
-8
/
+8
*
drm/atomic-helper: Add atomic_disable CRTC helper callback
Liu Ying
2016-08-29
1
-0
/
+24
[next]