summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_atomic_helper.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-47/+54
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-21/+112
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie1-1/+3
2017-01-26drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter1-1/+1
2017-01-25drm/kms-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter1-45/+52
2017-01-23drm/atomic: make release_crtc_commit() staticWei Yongjun1-1/+1
2017-01-12drm/atomic: Add target_vblank support in atomic helpers (v2)Andrey Grodzovsky1-21/+112
2017-01-04drm: Clean up planes in atomic commit helper failure pathLaurent Pinchart1-1/+3
2017-01-04drm: reference count event->completionDaniel Vetter1-0/+11
2016-12-30drm/atomic-helpers: Remove outdated commentDaniel Vetter1-5/+0
2016-12-30drm/doc: use preferred struct reference in kernel-docDaniel Vetter1-4/+4
2016-12-19drm/atomic: Remove drm_atomic_helper_framebuffer_changed.Maarten Lankhorst1-35/+0
2016-12-19drm/atomic: Wait for vblank whenever a plane is added to state.Maarten Lankhorst1-5/+1
2016-12-19drm/atomic: Clean up wait_for_vblanks, v2.Maarten Lankhorst1-14/+14
2016-12-19drm/atomic: Unconditionally call prepare_fb.Maarten Lankhorst1-9/+0
2016-12-18drm: Convert all helpers to drm_connector_list_iterDaniel Vetter1-11/+28
2016-12-08drm/atomic: Use active instead of enable in wait_for_vblanks.Maarten Lankhorst1-1/+1
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