aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_crtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r--include/drm/drm_crtc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h
index f7c0b7bb9d5f..7f158963ef87 100644
--- a/include/drm/drm_crtc.h
+++ b/include/drm/drm_crtc.h
@@ -311,6 +311,7 @@ struct drm_crtc_state {
311 * @atomic_duplicate_state: duplicate the atomic state for this CRTC 311 * @atomic_duplicate_state: duplicate the atomic state for this CRTC
312 * @atomic_destroy_state: destroy an atomic state for this CRTC 312 * @atomic_destroy_state: destroy an atomic state for this CRTC
313 * @atomic_set_property: set a property on an atomic state for this CRTC 313 * @atomic_set_property: set a property on an atomic state for this CRTC
314 * (do not call directly, use drm_atomic_crtc_set_property())
314 * 315 *
315 * The drm_crtc_funcs structure is the central CRTC management structure 316 * The drm_crtc_funcs structure is the central CRTC management structure
316 * in the DRM. Each CRTC controls one or more connectors (note that the name 317 * in the DRM. Each CRTC controls one or more connectors (note that the name
@@ -497,6 +498,7 @@ struct drm_connector_state {
497 * @atomic_duplicate_state: duplicate the atomic state for this connector 498 * @atomic_duplicate_state: duplicate the atomic state for this connector
498 * @atomic_destroy_state: destroy an atomic state for this connector 499 * @atomic_destroy_state: destroy an atomic state for this connector
499 * @atomic_set_property: set a property on an atomic state for this connector 500 * @atomic_set_property: set a property on an atomic state for this connector
501 * (do not call directly, use drm_atomic_connector_set_property())
500 * 502 *
501 * Each CRTC may have one or more connectors attached to it. The functions 503 * Each CRTC may have one or more connectors attached to it. The functions
502 * below allow the core DRM code to control connectors, enumerate available modes, 504 * below allow the core DRM code to control connectors, enumerate available modes,
@@ -760,6 +762,7 @@ struct drm_plane_state {
760 * @atomic_duplicate_state: duplicate the atomic state for this plane 762 * @atomic_duplicate_state: duplicate the atomic state for this plane
761 * @atomic_destroy_state: destroy an atomic state for this plane 763 * @atomic_destroy_state: destroy an atomic state for this plane
762 * @atomic_set_property: set a property on an atomic state for this plane 764 * @atomic_set_property: set a property on an atomic state for this plane
765 * (do not call directly, use drm_atomic_plane_set_property())
763 */ 766 */
764struct drm_plane_funcs { 767struct drm_plane_funcs {
765 int (*update_plane)(struct drm_plane *plane, 768 int (*update_plane)(struct drm_plane *plane,