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.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_plane_helper.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/plane-helper: Move drm_plane_helper_atomic_check() into udl
Thomas Zimmermann
2023-12-06
1
-2
/
+0
*
drm/plane-helper: Add the missing declaration of drm_atomic_state
Ma Jun
2022-12-16
1
-0
/
+1
*
drm/plane-helper: Provide DRM_PLANE_NON_ATOMIC_FUNCS initializer macro
Thomas Zimmermann
2022-09-20
1
-0
/
+12
*
drm/plane-helper: Add a drm_plane_helper_atomic_check() helper
Javier Martinez Canillas
2022-09-16
1
-0
/
+1
*
drm/plane-helper: Export individual helpers
Thomas Zimmermann
2022-07-26
1
-6
/
+16
*
drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpers
Thomas Zimmermann
2022-07-26
1
-9
/
+0
*
drm: Unexport drm_plane_helper_check_update
Daniel Vetter
2018-10-05
1
-11
/
+0
*
drm: Unexport primary plane helpers
Daniel Vetter
2018-10-05
1
-10
/
+0
*
drm: Remove transitional helpers
Daniel Vetter
2018-10-05
1
-14
/
+0
*
drm: add missing ctx argument to plane transitional helpers
Russell King
2018-07-03
1
-2
/
+4
*
drm: Don't pass clip to drm_atomic_helper_check_plane_state()
Ville Syrjälä
2018-03-05
1
-1
/
+0
*
drm: Move drm_plane_helper_check_state() into drm_atomic_helper.c
Ville Syrjälä
2017-11-20
1
-6
/
+0
*
drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...
Ville Syrjälä
2017-11-20
1
-1
/
+2
*
drm: Add acquire ctx parameter to ->plane_disable
Daniel Vetter
2017-03-29
1
-1
/
+2
*
drm: Add acquire ctx parameter to ->update_plane
Daniel Vetter
2017-03-29
1
-1
/
+2
*
drm/kms-helpers: Extract drm_modeset_helper.[hc]
Daniel Vetter
2016-08-16
1
-3
/
+1
*
drm/plane-helper: Add drm_plane_helper_check_state()
Ville Syrjälä
2016-08-08
1
-0
/
+5
*
drm: Deal with rotation in drm_plane_helper_check_update()
Ville Syrjälä
2016-06-17
1
-0
/
+1
*
drm: Reorganize helper vtables and their docs
Daniel Vetter
2015-12-08
1
-37
/
+1
*
drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.
Maarten Lankhorst
2015-09-08
1
-2
/
+0
*
drm/plane: Remove redundant extern
Thierry Reding
2015-08-12
1
-23
/
+22
*
drm: make crtc/encoder/connector/plane helper_private a const pointer
Jani Nikula
2015-04-13
1
-1
/
+1
*
drm/plane-helper: unexport drm_primary_helper_create_plane
Daniel Vetter
2015-03-10
1
-4
/
+0
*
drm: Pass in new and old plane state to prepare_fb and cleanup_fb
Tvrtko Ursulin
2015-03-05
1
-2
/
+4
*
drm/plane: Add optional ->atomic_disable() callback
Thierry Reding
2015-01-27
1
-0
/
+3
*
drm/plane: Make ->atomic_update() mandatory
Thierry Reding
2015-01-27
1
-1
/
+1
*
drm/plane: Add missing kerneldoc
Thierry Reding
2014-11-25
1
-0
/
+4
*
drm/plane: Pass old state to ->atomic_update()
Thierry Reding
2014-11-25
1
-1
/
+2
*
drm/crtc-helper: Transitional functions using atomic plane helpers
Daniel Vetter
2014-11-05
1
-0
/
+4
*
drm/plane-helper: transitional atomic plane helpers
Daniel Vetter
2014-11-05
1
-0
/
+8
*
drm: Add atomic/plane helpers
Daniel Vetter
2014-11-05
1
-0
/
+22
*
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-11-05
1
-0
/
+5
*
drm/plane-helper: Add drm_plane_helper_check_update() (v3)
Matt Roper
2014-06-05
1
-0
/
+22
*
drm/plane: Fix sparse warnings
Thierry Reding
2014-06-02
1
-1
/
+1
*
drm: Add primary plane helpers (v3)
Matt Roper
2014-04-01
1
-0
/
+49