summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/mdp
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-05drm/msm: kexec fixesRob Clark2-0/+10
2015-03-05drm/msm/mdp5: fix cursor blendingRob Clark1-1/+0
2015-03-05drm/msm/mdp5: fix cursor ROIRob Clark1-28/+40
2015-03-05drm/msm/mdp5: Avoid flushing registers when CRTC is disabledStephane Viau1-7/+19
2015-03-05drm/msm: update generated headers (add 6th lm.base entry)Stephane Viau1-11/+4
2015-03-05drm/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/mdp4: add YUV format supportBeeresh Gopal1-9/+95