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