summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-13drm/msm/mdp5: rip out plane->pending trackingRob Clark1-6/+0
2016-11-27drm/msm/mdp5: move LM bounds check into plane->atomic_check()Rob Clark1-2/+2
2016-11-27drm/msm/mdp5: add debugfs to show smp block statusRob Clark1-0/+52
2016-11-27drm/msm/mdp5: handle SMP block allocations "atomically"Rob Clark1-1/+10
2016-11-27drm/msm/mdp5: dynamically assign hw pipes to planesRob Clark1-2/+2
2016-11-27drm/msm/mdp5: add skeletal mdp5_stateRob Clark1-0/+43
2016-11-27drm/msm/mdp5: introduce mdp5_hw_pipeRob Clark1-45/+81
2016-11-27drm/msm/mdp5: small renameRob Clark1-4/+4
2016-11-27drm/msm: support multiple address spacesRob Clark1-15/+16
2016-07-16drm/msm/mdp5: Update compatible strings for MDSS/MDP5Archit Taneja1-1/+9
2016-07-16drm/msm/mdp5: Add missing mdp5_enable/disable callsArchit Taneja1-0/+2
2016-07-16drm/msm: Call pm_runtime_enable/disable for newly created devicesArchit Taneja1-0/+6
2016-07-16drm/msm/mdp5: Use updated MDP5 register namesArchit Taneja1-4/+4
2016-07-16drm/msm/mdp5: Remove old kms init/destroy funcsArchit Taneja1-226/+2
2016-07-16drm/msm/mdp5: Use the new hierarchy and drop old irq managementArchit Taneja1-13/+4
2016-07-16drm/msm/mdp5: Prepare new kms_init funcsArchit Taneja1-0/+115
2016-07-16drm/msm/mdp5: Create a separate MDP5 deviceArchit Taneja1-3/+182
2016-07-16drm/msm: Get irq number within kms driver itselfArchit Taneja1-1/+10
2016-07-16drm/msm/mdp5: Don't get source of MDP core clockArchit Taneja1-5/+2
2016-06-02drm/msm: Use for_each_*_in_stateDaniel Vetter1-9/+3
2016-03-03drm/msm: rename hdmi symbolsArnd Bergmann1-1/+1
2016-02-08drm/msm: Nuke preclose hooksDaniel Vetter1-11/+0
2015-12-14drm/msm/mdp5: high precision vblank timestamp supportArchit Taneja1-0/+129
2015-10-22drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)Stephane Viau1-5/+13
2015-10-22drm/msm/mdp5: Avoid printing error messages for optional clocksStephane Viau1-11/+16
2015-10-22drm/msm: Fix IOMMU clean up path in case msm_iommu_new() failsStephane Viau1-0/+1
2015-08-15drm/msm/mdp5: Add DMA pipe planes for MDP5jilai wang1-4/+21
2015-08-15drm/msm/mdp: Add capabilities to MDP planes (v2)jilai wang1-2/+2
2015-08-15drm/msm/mdp5: Allocate CTL0/1 for dual DSI single FLUSHHai Li1-1/+1
2015-08-15drm/msm/mdp5: Allocate CTL for each display interfaceHai Li1-8/+28
2015-08-15drm/msm: Set different display size limitation on each targetHai Li1-0/+5
2015-08-15drm/msm: Add support for msm8x94Stephane Viau1-3/+5
2015-08-14drm/msm/mdp5: release SMB (shared memory blocks) in various casesWentao Xu1-0/+13
2015-06-11drm/msm: Use customized function to wait for atomic commit doneHai Li1-0/+7
2015-05-14drm/msm/mdp5: Fix iteration on INTF config arrayStephane Viau1-6/+6
2015-04-01drm/msm/mdp5: Enable DSI connector in msm drm driverHai Li1-1/+69
2015-04-01drm/msm/mdp5: Move *_modeset_init out of construct_encoder functionHai Li1-35/+54
2015-04-01drm/msm/mdp5: Separate MDP5 domain from MDSS domainStephane Viau1-4/+5
2015-04-01drm/msm/mdp5: Make the intf connection in config moduleStephane Viau1-49/+63
2015-04-01drm/msm/mdp5: Enhance operation mode for pipeline configurationStephane Viau1-2/+14
2015-02-01drm/msm: Add the eDP connector in msm drm driver (V2)Hai Li1-11/+31
2015-02-01drm/msm: fix fallout of atomic dpms changesRob Clark1-0/+14
2014-12-18drm/msm/mdp5: update irqs on crtc<->encoder link changeRob Clark1-11/+1
2014-11-21drm/msm/mdp5: don't use void * for opaque typesRob Clark1-25/+24
2014-11-21drm/msm: add multiple CRTC and overlay supportStephane Viau1-9/+36
2014-11-21drm/msm/mdp5: set rate before enabling clkRob Clark1-0/+6
2014-11-21drm/msm/mdp5: introduce mdp5_cfg moduleStephane Viau1-170/+41
2014-11-21drm/msm/mdp5: make SMP module dynamically configurableStephane Viau1-3/+25
2014-11-21drm/msm/mdp5: get the core clock rate from MDP5 configStephane Viau1-4/+5
2014-11-21drm/msm/mdp5: use irqdomainsRob Clark1-0/+10