diff options
Diffstat (limited to 'include/drm/drm_crtc.h')
-rw-r--r-- | include/drm/drm_crtc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 7db2ce52c5a4..1cdef2e4dfd2 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h | |||
@@ -456,6 +456,18 @@ struct drm_encoder_funcs { | |||
456 | 456 | ||
457 | /** | 457 | /** |
458 | * drm_encoder - central DRM encoder structure | 458 | * drm_encoder - central DRM encoder structure |
459 | * @dev: parent DRM device | ||
460 | * @head: list management | ||
461 | * @base: base KMS object | ||
462 | * @encoder_type: one of the %DRM_MODE_ENCODER_<foo> types in drm_mode.h | ||
463 | * @possible_crtcs: bitmask of potential CRTC bindings | ||
464 | * @possible_clones: bitmask of potential sibling encoders for cloning | ||
465 | * @crtc: currently bound CRTC | ||
466 | * @funcs: control functions | ||
467 | * @helper_private: mid-layer private data | ||
468 | * | ||
469 | * CRTCs drive pixels to encoders, which convert them into signals | ||
470 | * appropriate for a given connector or set of connectors. | ||
459 | */ | 471 | */ |
460 | struct drm_encoder { | 472 | struct drm_encoder { |
461 | struct drm_device *dev; | 473 | struct drm_device *dev; |