summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01drm/atomic: Unconditionally call prepare_fb.Maarten Lankhorst1-9/+0
2017-01-04drm: Clean up planes in atomic commit helper failure pathLaurent Pinchart1-1/+3
2016-12-06drm/atomic: doc: remove old comment about nonblocking commitsGustavo Padovan1-3/+0
2016-12-06drm: allow changing DPMS modeMarta Lofstedt1-2/+2
2016-11-22drm/atomic: Unconfuse the old_state mess in commmit_tailDaniel Vetter1-35/+43
2016-11-16drm/fence: add in-fences supportGustavo Padovan1-0/+5
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-4/+0
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä1-4/+0
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-4/+4
2016-10-21drm: Add drm_rotation_90_or_270()Ville Syrjälä1-1/+1
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson1-74/+24
2016-10-17drm: atomic: Clarify documentation around drm_atomic_crtc_needs_modesetBrian Starkey1-4/+5
2016-09-19drm/atomic-helper: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-12drm/fence: allow fence waiting to be interrupted by userspaceGustavo Padovan1-9/+32
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying1-12/+31
2016-08-29drm/atomic-helper: Disable appropriate planes in disable_planes_on_crtc()Liu Ying1-7/+9
2016-08-29drm/atomic-helper: Add atomic_disable CRTC helper callbackLiu Ying1-0/+2
2016-08-16drm/doc: Include new drm_blend.cDaniel Vetter1-1/+1
2016-08-15Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-3/+11
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen1-2/+2
2016-08-08drm/atomic-helper: Add atomic_mode_set helper callbackPhilipp Zabel1-1/+5
2016-08-08drm: Don't prepare or cleanup unchanging frame buffers [v3]Keith Packard1-1/+9
2016-07-29drm: add generic zpos propertyMarek Szyprowski1-0/+7
2016-06-15drm/atomic-helpers: Clear up cleanup_done a bitDaniel Vetter1-5/+3
2016-06-15drm/atomic-helpers: Stall on the right commitDaniel Vetter1-2/+2
2016-06-10drm/atomic-helper: nonblocking commit supportDaniel Vetter1-46/+98
2016-06-10drm/atomic-helper: roll out commit synchronizationDaniel Vetter1-0/+347
2016-06-10drm/atomic-helper: Massage swap_state signature somewhatDaniel Vetter1-4/+4
2016-06-09drm/atomic-helper: Annotate a bunch more RETURNS: sectionsDaniel Vetter1-4/+4
2016-06-07drm/atomic: Fix remaining places where !funcs->best_encoder is validBoris Brezillon1-1/+3
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-7/+6
2016-06-03drm/atomic-helper: Fixup kerneldoc for drm_atomic_helper_legacy_gamma_setDaniel Vetter1-1/+1
2016-06-02drm: Consolidate crtc arrays in drm_atomic_stateDaniel Vetter1-1/+1
2016-06-02drm: Consolidate plane arrays in drm_atomic_stateDaniel Vetter1-1/+1
2016-06-02drm: Consolidate connector arrays in drm_atomic_stateDaniel Vetter1-1/+1
2016-06-02drm/doc: Appease sphinxDaniel Vetter1-1/+1
2016-06-02drm/atomic-helper: use for_each_*_in_state moreDaniel Vetter1-31/+16
2016-06-02drm/atomic: Handle funcs->best_encoder == NULL caseBoris Brezillon1-1/+3
2016-05-30drm/atomic-helper: Do not call ->mode_fixup for CRTC which will be disabledLiu Ying1-0/+3
2016-05-17drm: Drop connector argument from __drm_atomic_helper_connector_destroy_stateDaniel Vetter1-6/+3
2016-05-17drm: Drop plane argument from __drm_atomic_helper_plane_destroy_stateDaniel Vetter1-5/+3
2016-05-17drm: Drop crtc argument from __drm_atomic_helper_crtc_destroy_stateDaniel Vetter1-5/+3
2016-05-11drm/atomic: Add drm_atomic_helper_best_encoder()Noralf Trønnes1-0/+17
2016-05-11drm/atomic: Don't skip drm_bridge_*() calls if !drm_encoder_helper_funcsNoralf Trønnes1-22/+17
2016-05-10drm: Make drm_encoder_helper_funcs optionalNoralf Trønnes1-2/+9
2016-05-05drm/atomic: use connector references (v3)Dave Airlie1-0/+4
2016-05-05Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-17/+17
2016-05-02drm/atomic: Rename drm_atomic_async_commit to nonblocking.Maarten Lankhorst1-2/+2
2016-05-02drm/atomic: Rename async parameter to nonblocking.Maarten Lankhorst1-15/+15
2016-04-27drm/atomic-helpers: Don't duplicate code in destroy helpersDaniel Vetter1-8/+9