summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_encoder.h
Commit message (Expand)AuthorAgeFilesLines
* drm/encoder: Add macro drmm_plain_encoder_alloc()Paul Cercueil2021-03-291-0/+18
* drm: add drmm_encoder_alloc()Philipp Zabel2021-01-041-0/+30
* drm/encoder: make encoder control functions optionalPhilipp Zabel2021-01-041-1/+1
* drm/encoder: remove obsolete documentation of bridgeMichael Tretter2020-11-071-1/+0
* drm: Validate encoder->possible_crtcsVille Syrjälä2020-03-181-1/+1
* drm: Validate encoder->possible_clonesVille Syrjälä2020-03-181-0/+2
* drm: Include the encoder itself in possible_clonesVille Syrjälä2020-03-181-1/+3
* drm/bridge: Document the drm_encoder.bridge_chain field as privateLaurent Pinchart2020-02-261-1/+2
* drm/bridge: Make the bridge chain a double-linked listBoris Brezillon2019-12-091-1/+6
* drm/encoder: Don't raise voice in drm_encoder_mask() documentationLyude Paul2019-09-171-1/+1
* drm/encoder: Fix possible_crtcs documentationLyude Paul2019-09-171-1/+1
* drm/encoder: Fix possible_clones documentationLyude Paul2019-09-171-1/+1
* drm: Add drm/drm_util.h header fileDaniel Vetter2018-09-091-0/+1
* drm: Add drm_encoder_mask()Ville Syrjälä2018-07-021-2/+14
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-11-211-1/+3
|\
| * drm/mode_object: fix documentation for object lookups.Dave Airlie2017-11-101-0/+1
| * drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2017-10-121-1/+2
* | drm: Update docs for legacy kms stateDaniel Vetter2017-11-091-1/+5
|/
* drm/doc: Fix typos for early_unregister docDaniel Vetter2017-01-261-1/+1
* drm: Fix compilation warning caused by static inline forward declarationLaurent Pinchart2016-12-181-3/+1
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+3
* drm/crtc: constify drm_crtc_mask parameterMaarten Lankhorst2016-10-171-1/+1
* drm: Move a few macros away from drm_crtc.hDaniel Vetter2016-09-191-0/+22
* drm: Extract drm_mode_object.[hc]Daniel Vetter2016-08-291-1/+1
* drm/doc: Polish kerneldoc for encodersDaniel Vetter2016-08-291-5/+65
* drm: Extract drm_encoder.[hc]Daniel Vetter2016-08-291-0/+167