aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_encoder.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-29drm/encoder: Add macro drmm_plain_encoder_alloc()Gravatar Paul Cercueil 1-0/+18
2021-01-04drm: add drmm_encoder_alloc()Gravatar Philipp Zabel 1-0/+30
2021-01-04drm/encoder: make encoder control functions optionalGravatar Philipp Zabel 1-1/+1
2020-11-07drm/encoder: remove obsolete documentation of bridgeGravatar Michael Tretter 1-1/+0
2020-03-18drm: Validate encoder->possible_crtcsGravatar Ville Syrjälä 1-1/+1
2020-03-18drm: Validate encoder->possible_clonesGravatar Ville Syrjälä 1-0/+2
2020-03-18drm: Include the encoder itself in possible_clonesGravatar Ville Syrjälä 1-1/+3
2020-02-26drm/bridge: Document the drm_encoder.bridge_chain field as privateGravatar Laurent Pinchart 1-1/+2
2019-12-09drm/bridge: Make the bridge chain a double-linked listGravatar Boris Brezillon 1-1/+6
2019-09-17drm/encoder: Don't raise voice in drm_encoder_mask() documentationGravatar Lyude Paul 1-1/+1
2019-09-17drm/encoder: Fix possible_crtcs documentationGravatar Lyude Paul 1-1/+1
2019-09-17drm/encoder: Fix possible_clones documentationGravatar Lyude Paul 1-1/+1
2018-09-09drm: Add drm/drm_util.h header fileGravatar Daniel Vetter 1-0/+1
2018-07-02drm: Add drm_encoder_mask()Gravatar Ville Syrjälä 1-2/+14
2017-11-21Merge airlied/drm-next into drm-misc-nextGravatar Daniel Vetter 1-1/+3
2017-11-10drm/mode_object: fix documentation for object lookups.Gravatar Dave Airlie 1-0/+1
2017-11-09drm: Update docs for legacy kms stateGravatar Daniel Vetter 1-1/+5
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Gravatar Keith Packard 1-1/+2
2017-01-26drm/doc: Fix typos for early_unregister docGravatar Daniel Vetter 1-1/+1
2016-12-18drm: Fix compilation warning caused by static inline forward declarationGravatar Laurent Pinchart 1-3/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Gravatar Laurent Pinchart 1-0/+3
2016-10-17drm/crtc: constify drm_crtc_mask parameterGravatar Maarten Lankhorst 1-1/+1
2016-09-19drm: Move a few macros away from drm_crtc.hGravatar Daniel Vetter 1-0/+22
2016-08-29drm: Extract drm_mode_object.[hc]Gravatar Daniel Vetter 1-1/+1
2016-08-29drm/doc: Polish kerneldoc for encodersGravatar Daniel Vetter 1-5/+65
2016-08-29drm: Extract drm_encoder.[hc]Gravatar Daniel Vetter 1-0/+167