summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/msm/mdp5: handle non-fullscreen base plane caseRob Clark2016-11-261-18/+28
* drm/msm: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-07-161-4/+2Star
* drm/atomic: Add drm_atomic_crtc_state_for_each_plane_stateDaniel Vetter2016-06-021-8/+2Star
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* drm/msm: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
* Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-03-161-8/+0Star
|\
| * drm/msm/mdp: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0Star
* | drm/msm/mdp: Use atomic helper to set crtc propertyArchit Taneja2016-03-021-8/+1Star
|/
* drm/msm: Nuke preclose hooksDaniel Vetter2016-02-081-6/+0Star
* drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+2
* drm/msm/mdp5: Allocate CTL for each display interfaceHai Li2015-08-161-19/+6Star
* drm/msm/mdp5: Add plane blending operation support for MDP5 (v2)jilai wang2015-08-161-34/+76
* drm/msm: don't install plane properties on crtcRob Clark2015-08-161-2/+0Star
* drm/atomic: pass old crtc state to atomic_begin/flush.Maarten Lankhorst2015-07-271-2/+4
* drm/msm/mdp5: Wait for PP_DONE irq for command mode CRTC atomic commitHai Li2015-06-111-16/+66
* drm/msm: Use customized function to wait for atomic commit doneHai Li2015-06-111-6/+49
* drm/msm/mdp5: fix for crash in disable pathRob Clark2015-06-111-3/+2Star
* drm/msm/mdp5: Enable DSI connector in msm drm driverHai Li2015-04-021-1/+10
* drm/msm/mdp5: Add START signal to kick off certain pipelinesStephane Viau2015-04-021-13/+18
* drm/msm/mdp5: Enhance operation mode for pipeline configurationStephane Viau2015-04-021-35/+4Star
* drm/msm/mdp5: only flush on a CRTC ->atomic_flush()Stephane Viau2015-04-021-7/+0Star
* drm/msm/mdp5: fix cursor blendingRob Clark2015-03-051-1/+0Star
* drm/msm/mdp5: fix cursor ROIRob Clark2015-03-051-28/+40
* drm/msm/mdp5: Avoid flushing registers when CRTC is disabledStephane Viau2015-03-051-7/+19
* drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"Stephane Viau2015-03-051-2/+2
* drm/msm/mdp5: Add hardware cursor supportBeeresh Gopal2015-02-011-0/+164
* drm/msm: fix fallout of atomic dpms changesRob Clark2015-02-011-33/+28Star
* drm/msm: Remove CRTC .mode_set and .mode_set_base helpersLaurent Pinchart2015-02-011-2/+0Star
* Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-01-091-5/+0Star
|\
| * drm/msm: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0Star
* | drm/msm/mdp5: update irqs on crtc<->encoder link changeRob Clark2014-12-181-4/+1Star
* | drm/msm: block incoming update on pending updatesRob Clark2014-12-181-6/+1Star
|/
* drm/msm: switch to atomic-helpers iterator macrosRob Clark2014-11-271-4/+5
* drm/msm/mdp5: dpms(OFF) cleanupsRob Clark2014-11-211-0/+2
* drm/msm/mdp5: atomicRob Clark2014-11-211-256/+103Star
* drm/msm/mdp5: don't use void * for opaque typesRob Clark2014-11-211-4/+4
* drm/msm: add multiple CRTC and overlay supportStephane Viau2014-11-211-64/+207
* drm/msm/mdp5: drop attached planes tableRob Clark2014-11-161-20/+11Star
* drm/msm/mdp5: drop private primary ptrRob Clark2014-11-161-9/+6Star
* drm: flip-work: change drm_flip_work_init prototypeBoris BREZILLON2014-11-151-14/+3Star
* drm/msm: remove redundant private plane cleanupRob Clark2014-06-021-2/+0Star
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-11/+11
* drm/msm: Switch to universal plane API'sMatt Roper2014-04-021-1/+4
* drm/msm/mdp5: fix ref leaks in error pathsRob Clark2014-02-051-1/+6
* drm/msm: add mdp5/apq8x74Rob Clark2014-01-091-0/+569