summaryrefslogtreecommitdiff
path: root/include/drm/drm_atomic.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-27drm/colorop: define a new macro for_each_new_colorop_in_stateAlex Hung1-0/+20
2025-11-27drm/colorop: pass plane_color_pipeline client cap to atomic checkHarry Wentland1-0/+18
2025-11-27drm/plane: Add COLOR PIPELINE propertyHarry Wentland1-0/+3
2025-11-27drm/colorop: Introduce new drm_colorop mode objectHarry Wentland1-0/+70
2025-10-28drm/atomic: WARN about invalid drm_foo_get_state() usageVille Syrjälä1-0/+8
2025-10-13drm/atomic: Change state pointers to a more meaningful nameMaxime Ripard1-8/+8
2025-10-06drm/atomic: Document __drm_private_objs_state state pointerMaxime Ripard1-1/+17
2025-10-06drm/atomic: Document __drm_crtcs_state state pointerMaxime Ripard1-1/+17
2025-10-06drm/atomic: Remove unused drm_atomic_get_existing_crtc_state()Maxime Ripard1-18/+0
2025-10-06drm/atomic: Document __drm_planes_state state pointerMaxime Ripard1-1/+17
2025-10-06drm/atomic: Remove unused drm_atomic_get_existing_plane_state()Maxime Ripard1-18/+0
2025-10-06drm/atomic: Convert __drm_atomic_get_current_plane_state() to modern accessorMaxime Ripard1-7/+13
2025-10-06drm/atomic: Document __drm_connectors_state state pointerMaxime Ripard1-1/+18
2025-10-06drm/atomic: Remove unused drm_atomic_get_existing_connector_state()Maxime Ripard1-23/+0
2025-03-20drm/atomic: Introduce helper to lookup connector by encoderMaxime Ripard1-0/+3
2025-02-19drm/atomic: Document history of drm_atomic_stateMaxime Ripard1-0/+31
2025-01-14drm/atomic: clarify the rules around drm_atomic_state->allow_modesetSimona Vetter1-2/+21
2024-08-26drm/atomic: fix kerneldoc for fake_commit fieldrenjun wang1-1/+1
2023-12-18drm/atomic: Make the drm_atomic_state documentation less ambiguousMaxime Ripard1-1/+7
2023-12-18drm/atomic: Rework the object doc a bitMaxime Ripard1-4/+16
2023-12-18drm/atomic: Remove inexistent referenceMaxime Ripard1-1/+1
2023-12-18drm/atomic: Move the drm_atomic_state field doc inlineMaxime Ripard1-10/+40
2023-08-21drm/bridge: Fix kernel-doc typo in desc of output_bus_cfg in drm_bridge_stateDouglas Anderson1-1/+1
2023-03-13drm: add helper functions to retrieve old and new crtcVinod Polimera1-0/+7
2022-11-28drm/atomic: Constify the old/new state accessorsMaxime Ripard1-16/+16
2022-06-09drm/atomic: fix warning of unused variableGONG, Ruiqi1-0/+1
2022-03-31drm/atomic: Add atomic_print_state to private objectsMaxime Ripard1-4/+23
2021-06-04drm: fix doc warnings in drm_atomic.hYu Kuai1-0/+4
2021-06-02drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'Yu Kuai1-0/+12
2021-01-21drm: Introduce a drm_crtc_commit_wait helperMaxime Ripard1-0/+4
2020-12-15drm: Document use-after-free gotcha with private objectsMaxime Ripard1-0/+20
2020-11-18include/drm/drm_atomic: Make use of 'new_crtc_state'Lee Jones1-1/+2
2020-11-12include: drm: drm_atomic: Artificially use 'crtc' to avoid 'not used' warningLee Jones1-0/+1
2020-10-27drm/doc: Document legacy_cursor_update betterDaniel Vetter1-1/+11
2020-07-15drm: drm_atomic.h: delete duplicated word in commentRandy Dunlap1-1/+1
2020-02-18drm/bridge: Fix the bridge kernel docBoris Brezillon1-1/+1
2020-01-31drm/bridge: Add the necessary bits to support bus format negotiationBoris Brezillon1-0/+42
2020-01-31drm/bridge: Add a drm_bridge_state objectBoris Brezillon1-0/+34
2020-01-08Revert "drm/bridge: Add a drm_bridge_state object"Boris Brezillon1-3/+0
2020-01-07drm/bridge: Add a drm_bridge_state objectBoris Brezillon1-0/+3
2019-12-22drm/atomic: Spell CRTC consistentlyThierry Reding1-15/+15
2019-12-22drm: Fix a couple of typos, punctation and whitespace issuesThierry Reding1-1/+1
2019-12-10drm/atomic: Update docs around locking and commit sequencingDaniel Vetter1-2/+11
2019-11-07drm: atomic helper: fix W=1 warningsBenjamin Gaignard1-3/+14
2019-06-13drm: Add helpers to kick off self refresh mode in driversSean Paul1-0/+15
2019-06-13drm: Add drm_atomic_get_(old|new)_connector_for_encoder() helpersLaurent Pinchart1-0/+7
2019-04-29drm: Add drm_atomic_get_old/new_private_obj_statejames qian wang (Arm Technology China)1-0/+6
2019-02-06drm/atomic: Add drm_atomic_state->duplicatedLyude Paul1-0/+9
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-1/+1
2019-01-11drm/atomic: Add missing () to function ref in kerneldocDaniel Vetter1-3/+3