aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/mdp (follow)
AgeCommit message (Expand)AuthorFilesLines
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-01drm/msm/mdp5: Enable DSI connector in msm drm driverHai Li6-6/+493
2015-04-01drm/msm/mdp5: Move *_modeset_init out of construct_encoder functionHai Li1-35/+54
2015-04-01drm/msm/mdp5: Remove CTL flush dummy bitsStephane Viau1-11/+0
2015-04-01drm/msm/mdp5: Update headers (add CTL flush bits)Stephane Viau1-2/+10
2015-04-01drm/msm/mdp5: Add hardware configuration for msm8x16Stephane Viau1-1/+51
2015-04-01drm/msm/mdp5: Get SMP client list from mdp5_cfgStephane Viau3-24/+41
2015-04-01drm/msm/mdp5: Update headers (remove enum mdp5_client_id)Stephane Viau1-34/+7
2015-04-01drm/msm/mdp5: Separate MDP5 domain from MDSS domainStephane Viau7-38/+48
2015-04-01drm/msm/mdp5: Update headers (introduce MDP5 domain)Stephane Viau1-85/+118
2015-04-01drm/msm/mdp5: Fix PIPE source image size settingsHai Li1-2/+2
2015-04-01drm/msm/mdp5: Update generated mdp5 header file with DSI supportHai Li1-0/+105
2015-04-01drm/msm/mdp5: Add pingpong entry to mdp5 config tableHai Li2-0/+9
2015-04-01drm/msm/mdp5: Make the intf connection in config moduleStephane Viau3-49/+75
2015-04-01drm/msm/mdp5: Add START signal to kick off certain pipelinesStephane Viau7-97/+276
2015-04-01drm/msm/mdp5: Enhance operation mode for pipeline configurationStephane Viau7-74/+159
2015-04-01drm/msm/mdp5: Update generated header filesStephane Viau2-35/+36
2015-04-01drm/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-04drm/msm: kexec fixesRob Clark2-0/+10
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/mdp4: add YUV format supportBeeresh Gopal1-9/+95
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 Viau5-21/+151
2015-02-01drm/msm: update generated headersRob Clark3-28/+300
2015-02-01drm/msm: Do not BUG_ON(!spin_is_locked()) on UPBruno Prémont1-1/+1
2015-02-01drm/msm: fix fallout of atomic dpms changesRob Clark8-253/+280
2015-02-01drm/msm: Remove CRTC .mode_set and .mode_set_base helpersLaurent Pinchart2-4/+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 Airlie2-10/+0
2014-12-18drm/msm/mdp5: update irqs on crtc<->encoder link changeRob Clark4-19/+9
2014-12-18drm/msm: block incoming update on pending updatesRob Clark2-16/+2
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter2-10/+0
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter1-0/+1
2014-12-10drm/msm: Remove dummy ->load_lut() implementationThierry Reding2-10/+0
2014-11-27drm/msm: switch to atomic-helpers iterator macrosRob Clark2-7/+8
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding2-2/+4
2014-11-21drm/msm/mdp4: fix mixer setup for multi-crtc + planesRob Clark2-35/+42
2014-11-21drm/msm/mdp5: dpms(OFF) cleanupsRob Clark2-0/+13
2014-11-21drm/msm/mdp5: atomicRob Clark3-366/+303