summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-06drm/msm/mdp5: Add support for legacy cursor updatesArchit Taneja1-0/+7
2017-02-06drm/msm/mdp5: Misc cursor plane bitsArchit Taneja1-4/+30
2017-02-06drm/msm/mdp5: Configure COLOR3_OUT propagationArchit Taneja1-0/+30
2017-02-06drm/msm/mdp5: Prepare CRTC/LM for empty stagesArchit Taneja1-1/+1
2016-11-28drm/msm: convert iova to 64bRob Clark1-1/+2
2016-11-27drm/msm/mdp5: dynamically assign hw pipes to planesRob Clark1-1/+1
2016-11-27drm/msm/mdp5: introduce mdp5_hw_pipeRob Clark1-2/+0
2016-11-27drm/msm/mdp5: nuke mdp5_plane_complete_flip()Rob Clark1-5/+0
2016-11-27drm/msm/mdp5: drop mdp5_crtc::nameRob Clark1-17/+11
2016-11-26drm/msm/mdp5: handle non-fullscreen base plane caseRob Clark1-18/+28
2016-07-16drm/msm: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart1-4/+2
2016-06-02drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter1-8/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-02drm/msm: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-03-16Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-8/+0
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-...Dave 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