aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-07Merge tag 'topic/drm-misc-2015-05-06' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-4/+5
2015-05-04drm/atomic-helper: Really recover pre-atomic plane/cursor behaviorDaniel Vetter1-3/+3
2015-04-16drm/atomic-helper: Don't call atomic_update_plane when it stays offDaniel Vetter1-1/+2
2015-04-16Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-178/+75
2015-04-11drm/atomic: Add for_each_{connector,crtc,plane}_in_state helper macrosAnder Conselvan de Oliveira1-178/+75
2015-04-08Merge tag 'drm/tegra/for-4.1-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie1-16/+128
2015-04-02drm/atomic: Add helpers for state-subclassing driversThierry Reding1-16/+128
2015-03-27drm/atomic-helpers: Properly avoid full modeset danceDaniel Vetter1-2/+4
2015-03-17drm: change connector to tmp_connectorJohn Hunter1-2/+2
2015-03-17drm: Fix some typo mistake of the annotationsJohn Hunter1-6/+6
2015-03-11drm/atomic: Constify a bunch of functions pointer structsVille Syrjälä1-17/+17
2015-03-10drm/atomic-helper: Fix kerneldoc for prepare_planesDaniel Vetter1-2/+2
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin1-5/+8
2015-02-24drm/atomic-helpers: make mode_set hooks optionalDaniel Vetter1-2/+3
2015-02-24drm/atomic-helper: Rename commmit_post/pre_planesDaniel Vetter1-15/+25
2015-02-23drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argumentLaurent Pinchart1-5/+5
2015-02-23drm: Add DRM_DEBUG_ATOMICDaniel Vetter1-62/+62
2015-02-23drm/atomic-helpers: Fix documentation typos and wrong copy&pasteLaurent Pinchart1-6/+9
2015-01-28Merge tag 'topic/atomic-core-2015-01-27' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-11/+170
2015-01-27drm/atomic: Add ->atomic_check() to encoder helpersThierry Reding1-7/+16
2015-01-27drm/plane: Add optional ->atomic_disable() callbackThierry Reding1-1/+8
2015-01-27drm/plane: Make ->atomic_update() mandatoryThierry Reding1-1/+1
2015-01-27drm/atomic-helper: debug output for modesetsDaniel Vetter1-1/+21
2015-01-27drm/atomic-helpers: Saner encoder/crtc callbacksDaniel Vetter1-5/+12
2015-01-27drm/atomic-helpers: Recover full cursor plane behaviourDaniel Vetter1-0/+11
2015-01-27drm/atomic-helper: add connector->dpms() implementationDaniel Vetter1-0/+77
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter1-5/+49
2015-01-05drm/atomic: atomic_check functionsRob Clark1-2/+2
2014-12-18drm: add atomic_set_property wrappersRob Clark1-6/+6
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter1-5/+14
2014-12-17drm/atomic-helper: Again check modeset *before* plane statesDaniel Vetter1-2/+8
2014-12-17drm/atomic-helper: Export both plane and modeset check helpersDaniel Vetter1-8/+57
2014-12-17drm/atomic: fix potential null ptr on plane enableRob Clark1-1/+1
2014-11-27drm/atomic: clear plane's CRTC and FB when shutting downRob Clark1-6/+13
2014-11-27drm/atomic: track bitmask of planes attached to crtcRob Clark1-4/+4
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding1-1/+4
2014-11-25drm/atomic_helper: Cope with plane->crtc == NULL in disable helperJasper St. Pierre1-0/+11
2014-11-25drm/atomic-helper: Skip vblank waits for unchanged fbsDaniel Vetter1-1/+33
2014-11-21drm/atomic: shutdown *current* encoderRob Clark1-2/+5
2014-11-21drm/atomic: check mode_changed *after* atomic_checkRob Clark1-5/+5
2014-11-20drm/atomic_helper: Make it clear that commit_planes gets the old stateDaniel Vetter1-6/+6
2014-11-20drm/atomic: Don't overrun the connector array when hotpluggingDaniel Vetter1-15/+8
2014-11-20drm/atomic: Only destroy connector states with connection mutex heldDaniel Vetter1-7/+7
2014-11-15drm/atomic: rip out unnecessary locking checksRob Clark1-4/+0
2014-11-12drm: Per-plane lockingDaniel Vetter1-0/+4
2014-11-12drm: export atomic wait_for_vblanks helper (v2)Rob Clark1-3/+14
2014-11-06drm/atomic: Refcounting for plane_state->fbDaniel Vetter1-6/+19
2014-11-06drm: Docbook integration and over sections for all the new helpersDaniel Vetter1-0/+36
2014-11-06drm/atomic-helpers: functions for state duplicate/destroy/resetDaniel Vetter1-0/+149
2014-11-06drm/atomic-helper: implement ->page_flipDaniel Vetter1-0/+86