aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/mdp/mdp5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-04drm/msm: kexec fixesRob Clark1-0/+5
2015-03-04drm/msm/mdp5: fix cursor blendingRob Clark1-1/+0
2015-03-04drm/msm/mdp5: fix cursor ROIRob Clark1-28/+40
2015-03-04drm/msm/mdp5: Avoid flushing registers when CRTC is disabledStephane Viau1-7/+19
2015-03-04drm/msm: update generated headers (add 6th lm.base entry)Stephane Viau1-11/+4
2015-03-04drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"Stephane Viau2-5/+5
2015-02-01drm/msm/mdp5: Fix negative SMP block allocationStephane Viau1-2/+3
2015-02-01drm/msm/mdp5: Add hardware cursor supportBeeresh Gopal1-0/+164
2015-02-01drm/msm/mdp5: fix parameter type for mdp5_ctl_set_intf()Stephane Viau2-2/+2
2015-02-01drm/msm: Add the eDP connector in msm drm driver (V2)Hai Li2-13/+67
2015-02-01drm/msm/mdp5: add NV12 support for MDP5Stephane Viau1-20/+193
2015-02-01drm/msm/mdp: add common YUV information for MDP4/MDP5Stephane Viau2-6/+15
2015-02-01drm/msm: update generated headersRob Clark1-16/+229
2015-02-01drm/msm: fix fallout of atomic dpms changesRob Clark3-79/+85
2015-02-01drm/msm: Remove CRTC .mode_set and .mode_set_base helpersLaurent Pinchart1-2/+0
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+1
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+0
2014-12-18drm/msm/mdp5: update irqs on crtc<->encoder link changeRob Clark2-15/+2
2014-12-18drm/msm: block incoming update on pending updatesRob Clark1-6/+1
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter1-5/+0
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter1-0/+1
2014-12-10drm/msm: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-11-27drm/msm: switch to atomic-helpers iterator macrosRob Clark1-4/+5
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding1-1/+2
2014-11-21drm/msm/mdp5: dpms(OFF) cleanupsRob Clark2-0/+13
2014-11-21drm/msm/mdp5: atomicRob Clark3-366/+303
2014-11-21drm/msm/mdp5: remove global mdp5_ctl_mgrRob Clark1-10/+16
2014-11-21drm/msm/mdp5: don't use void * for opaque typesRob Clark10-108/+88
2014-11-21drm/msm: add multiple CRTC and overlay supportStephane Viau8-121/+810
2014-11-21drm/msm/mdp5: set rate before enabling clkRob Clark1-0/+6
2014-11-21drm/msm/mdp5: introduce mdp5_cfg moduleStephane Viau5-209/+353
2014-11-21drm/msm/mdp5: make SMP module dynamically configurableStephane Viau5-153/+265
2014-11-21drm/msm/mdp5: get the core clock rate from MDP5 configStephane Viau2-5/+7
2014-11-21drm/msm/mdp5: use irqdomainsRob Clark3-4/+107
2014-11-16drm/msm/mdp5: drop attached planes tableRob Clark1-20/+11
2014-11-16drm/msm/mdp5: drop private primary ptrRob Clark1-9/+6
2014-11-16drm/msm/hdmi: refactor bind/initRob Clark3-8/+8
2014-11-16drm/msm: update generated headersRob Clark1-5/+5
2014-11-15drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON1-14/+3
2014-08-04drm/msm/mdp5: add support for MDP5 v1.3Stephane Viau3-180/+421
2014-08-04drm/msm: use upstream iommuRob Clark1-1/+1
2014-08-04drm/msm: update generated headersRob Clark1-3/+3
2014-08-04drm/msm: activate iommu supportStephane Viau1-0/+6
2014-06-22drm/msm: fix IOMMU cleanup for -EPROBE_DEFERStephane Viau2-5/+18
2014-06-02drm/msm/mdp5: fix error return valueRob Clark1-6/+16
2014-06-02drm/msm: remove redundant private plane cleanupRob Clark1-2/+0
2014-05-30drm/msm/mdp5: fix crash in error/unload pathsRob Clark1-1/+4
2014-04-25drm/msm/mdp4: cure for the cursor blues (v2)Rob Clark1-2/+2
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-11/+11
2014-04-01drm/msm: Switch to universal plane API'sMatt Roper2-4/+9