aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_encoder.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-18drm: Validate encoder->possible_crtcsVille Syrjälä1-1/+1
2020-03-18drm: Validate encoder->possible_clonesVille Syrjälä1-0/+2
2020-03-18drm: Include the encoder itself in possible_clonesVille Syrjälä1-1/+3
2020-02-26drm/bridge: Document the drm_encoder.bridge_chain field as privateLaurent Pinchart1-1/+2
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon1-1/+6
2019-09-17drm/encoder: Don't raise voice in drm_encoder_mask() documentationLyude Paul1-1/+1
2019-09-17drm/encoder: Fix possible_crtcs documentationLyude Paul1-1/+1
2019-09-17drm/encoder: Fix possible_clones documentationLyude Paul1-1/+1
2018-09-09drm: Add drm/drm_util.h header fileDaniel Vetter1-0/+1
2018-07-02drm: Add drm_encoder_mask()Ville Syrjälä1-2/+14
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-1/+3
2017-11-10drm/mode_object: fix documentation for object lookups.Dave Airlie1-0/+1
2017-11-09drm: Update docs for legacy kms stateDaniel Vetter1-1/+5
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+2
2017-01-26drm/doc: Fix typos for early_unregister docDaniel Vetter1-1/+1
2016-12-18drm: Fix compilation warning caused by static inline forward declarationLaurent Pinchart1-3/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+3
2016-10-17drm/crtc: constify drm_crtc_mask parameterMaarten Lankhorst1-1/+1
2016-09-19drm: Move a few macros away from drm_crtc.hDaniel Vetter1-0/+22
2016-08-29drm: Extract drm_mode_object.[hc]Daniel Vetter1-1/+1
2016-08-29drm/doc: Polish kerneldoc for encodersDaniel Vetter1-5/+65
2016-08-29drm: Extract drm_encoder.[hc]Daniel Vetter1-0/+167