aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-04drm/msm/mdp: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-03-02drm/msm/mdp: Use atomic helper to set crtc propertyArchit Taneja1-8/+1
2016-02-08drm/msm: Nuke preclose hooksDaniel Vetter1-6/+0
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-1/+2
2015-08-15drm/msm/mdp5: Allocate CTL for each display interfaceHai Li1-19/+6
2015-08-15drm/msm/mdp5: Add plane blending operation support for MDP5 (v2)jilai wang1-34/+76
2015-08-15drm/msm: don't install plane properties on crtcRob Clark1-2/+0
2015-07-27drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst1-2/+4
2015-06-11drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commitHai Li1-16/+66
2015-06-11drm/msm: Use customized function to wait for atomic commit doneHai Li1-6/+49
2015-06-11drm/msm/mdp5: fix for crash in disable pathRob Clark1-3/+2
2015-04-01drm/msm/mdp5: Enable DSI connector in msm drm driverHai Li1-1/+10
2015-04-01drm/msm/mdp5: Add START signal to kick off certain pipelinesStephane Viau1-13/+18
2015-04-01drm/msm/mdp5: Enhance operation mode for pipeline configurationStephane Viau1-35/+4
2015-04-01drm/msm/mdp5: only flush on a CRTC ->atomic_flush()Stephane Viau1-7/+0
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/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"Stephane Viau1-2/+2
2015-02-01drm/msm/mdp5: Add hardware cursor supportBeeresh Gopal1-0/+164
2015-02-01drm/msm: fix fallout of atomic dpms changesRob Clark1-33/+28
2015-02-01drm/msm: Remove CRTC .mode_set and .mode_set_base helpersLaurent Pinchart1-2/+0
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 Clark1-4/+1
2014-12-18drm/msm: block incoming update on pending updatesRob Clark1-6/+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-21drm/msm/mdp5: dpms(OFF) cleanupsRob Clark1-0/+2
2014-11-21drm/msm/mdp5: atomicRob Clark1-256/+103
2014-11-21drm/msm/mdp5: don't use void * for opaque typesRob Clark1-4/+4
2014-11-21drm/msm: add multiple CRTC and overlay supportStephane Viau1-64/+207
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-15drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON1-14/+3
2014-06-02drm/msm: remove redundant private plane cleanupRob Clark1-2/+0
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 Roper1-1/+4
2014-02-05drm/msm/mdp5: fix ref leaks in error pathsRob Clark1-1/+6
2014-01-09drm/msm: add mdp5/apq8x74Rob Clark1-0/+569