summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/mdp
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/msm/mdp: Clear pending interrupt status before enable interruptjilai wang6-10/+23
2015-08-16drm/msm/mdp5: Add rotation (hflip/vflip) support to MDP5 planes (v2)jilai wang1-8/+41
2015-08-16drm/msm: add calls to prepare and unprepare panelSrinivas Kandagatla1-2/+6
2015-08-16drm/msm: mdp4 lvds: get panel node via of graph parsingArchit Taneja1-9/+24
2015-08-16drm/msm: Enable clocks during enable/disable_vblank() callbacksHai Li2-0/+18
2015-08-16drm/msm/mdp5: Add support for msm8x74v1jilai wang1-4/+73
2015-08-16drm/msm/mdp5: Add DMA pipe planes for MDP5jilai wang1-4/+21
2015-08-16drm/msm/mdp: Add capabilities to MDP planes (v2)jilai wang8-63/+114
2015-08-16drm/msm/mdp5: add more YUV formats for MDP5Stephane Viau2-47/+77
2015-08-16drm/msm/mdp5: use 2 memory clients for YUV formats on newer mdp5Wentao Xu3-6/+25
2015-08-16drm/msm/mdp: mark if a MDP format is YUV at definitionWentao Xu2-14/+16
2015-08-16drm/msm/mdp5: Allocate CTL0/1 for dual DSI single FLUSHHai Li4-23/+129
2015-08-16drm/msm/mdp5: Allocate CTL for each display interfaceHai Li7-79/+80
2015-08-16drm/msm/mdp5: Add plane blending operation support for MDP5 (v2)jilai wang5-85/+252
2015-08-16drm/msm: don't install plane properties on crtcRob Clark6-10/+2
2015-08-16drm/msm: Set different display size limitation on each targetHai Li4-0/+20
2015-08-16drm/msm: Add support for msm8x94Stephane Viau2-4/+77
2015-08-16drm/msm: update generated headersRob Clark6-103/+165
2015-08-15drm/msm/mdp5: release SMB (shared memory blocks) in various casesWentao Xu5-32/+104
2015-08-15drm/msm: mdp4: Fix drm_framebuffer dereference crashArchit Taneja1-1/+3
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2-4/+8
2015-06-11drm/msm/mdp: Add support for more 32-bit RGB formatsStephane Viau1-0/+6
2015-06-11drm/msm/mdp5: Always generate active-high sync signals for DSIHai Li1-4/+8
2015-06-11drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commitHai Li2-20/+66
2015-06-11drm/msm: Use customized function to wait for atomic commit doneHai Li8-9/+115
2015-06-11drm/msm/mdp5: fix for crash in disable pathRob Clark1-3/+2
2015-06-11drm/msm: clarify downstream bus scalingRob Clark5-5/+5
2015-06-11drm/msm/mdp4: Support NV12MT format in mdp4Rob Clark2-0/+24
2015-06-11drm/msm: update generated headersRob Clark6-52/+420
2015-05-21drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()Stephane Viau1-1/+1
2015-05-14drm/msm/mdp5: Fix iteration on INTF config arrayStephane Viau3-26/+29
2015-04-02drm/msm/mdp5: Enable DSI connector in msm drm driverHai Li6-6/+493
2015-04-02drm/msm/mdp5: Move *_modeset_init out of construct_encoder functionHai Li1-35/+54
2015-04-02drm/msm/mdp5: Remove CTL flush dummy bitsStephane Viau1-11/+0
2015-04-02drm/msm/mdp5: Update headers (add CTL flush bits)Stephane Viau1-2/+10
2015-04-02drm/msm/mdp5: Add hardware configuration for msm8x16Stephane Viau1-1/+51
2015-04-02drm/msm/mdp5: Get SMP client list from mdp5_cfgStephane Viau3-24/+41
2015-04-02drm/msm/mdp5: Update headers (remove enum mdp5_client_id)Stephane Viau1-34/+7
2015-04-02drm/msm/mdp5: Separate MDP5 domain from MDSS domainStephane Viau7-38/+48
2015-04-02drm/msm/mdp5: Update headers (introduce MDP5 domain)Stephane Viau1-85/+118
2015-04-02drm/msm/mdp5: Fix PIPE source image size settingsHai Li1-2/+2
2015-04-02drm/msm/mdp5: Update generated mdp5 header file with DSI supportHai Li1-0/+105
2015-04-02drm/msm/mdp5: Add pingpong entry to mdp5 config tableHai Li2-0/+9
2015-04-02drm/msm/mdp5: Make the intf connection in config moduleStephane Viau3-49/+75
2015-04-02drm/msm/mdp5: Add START signal to kick off certain pipelinesStephane Viau7-97/+276
2015-04-02drm/msm/mdp5: Enhance operation mode for pipeline configurationStephane Viau7-74/+159
2015-04-02drm/msm/mdp5: Update generated header filesStephane Viau2-35/+36
2015-04-02drm/msm/mdp5: only flush on a CRTC ->atomic_flush()Stephane Viau1-7/+0
2015-03-09Merge tag 'v4.0-rc3' into drm-nextDave Airlie5-52/+78
2015-03-05drm: Pass in new and old plane state to prepare_fb and cleanup_fbTvrtko Ursulin2-4/+8