summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-18drm/msm/dpu: map mixer/ctl hw blocks in encoder modesetJeykumar Sankaran1-63/+1
2019-04-18drm/msm: dpu: Untangle frame_done timeout unitsSean Paul1-1/+4
2019-02-20Merge https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-7/+2
2019-02-05drm/msm/dpu: remove struct encoder_kickoff_paramsBruce Wang1-5/+2
2019-02-01drm/msm/dpu: remove encoder from crtc mixer structJeykumar Sankaran1-2/+0
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-2/+2
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-288/+113
2018-12-11drm/msm/dpu: Further cleanups for static inline functionsJordan Crouse1-9/+3
2018-12-11drm/msm/dpu: Cleanup the debugfs functionsJordan Crouse1-26/+4
2018-12-11drm/msm/dpu: Remove dpu_crtc_get_mixer_heightJordan Crouse1-2/+1
2018-12-11drm/msm: dpu: Remove crtc_lockSean Paul1-11/+0
2018-12-11drm/msm: dpu: Remove vblank_requested flag from dpu_crtcSean Paul1-6/+0
2018-12-11drm/msm: dpu: Separate crtc assignment from vblank enableSean Paul1-45/+32
2018-12-11drm/msm: dpu: Don't bother checking ->enabled in dpu_crtc_vblankSean Paul1-3/+1
2018-12-11drm/msm: dpu: Use atomic_disable for dpu_crtc_disableSean Paul1-2/+3
2018-12-11drm/msm: dpu: Remove vblank_callback from encoderSean Paul1-5/+3
2018-12-11drm/msm: dpu: Remove crtc_lock from setup_mixersSean Paul1-9/+3
2018-12-11drm/msm: dpu: Move pm_runtime_(get|put) from vblank_enableSean Paul1-4/+4
2018-12-11drm/msm: dpu: Add modeset lock checks where applicableSean Paul1-0/+2
2018-12-11drm/msm: dpu: Stop using encoder->crtc pointerSean Paul1-32/+14
2018-12-11drm/msm: dpu: Grab the modeset locks in frame_eventSean Paul1-1/+14
2018-12-11drm/msm: dpu: Don't drop locks in crtc_vblank_enableSean Paul1-6/+0
2018-12-11drm/msm: dpu: Move crtc runtime resume to encoderSean Paul1-24/+0
2018-12-11drm/msm: dpu: Move DPU_POWER_HANDLE_DBUS_ID to core_perfSean Paul1-2/+2
2018-12-11drm/msm: dpu: Handle crtc pm_runtime_resume() directlySean Paul1-17/+6
2018-12-11drm/msm: dpu: Remove dpu_power_handle_get_dbus_name()Sean Paul1-4/+2
2018-12-11drm/msm: dpu: Allocate proper amount for dpu_crtc_stateSean Paul1-1/+13
2018-12-11drm/msm: dpu: Make legacy cursor updates asynchronousSean Paul1-20/+24
2018-12-11drm/msm: dpu: Remove 'inline' from several functionsSean Paul1-1/+1
2018-12-11drm/msm/dpu: Replace dpu_crtc_reset by atomic helperBruce Wang1-38/+1
2018-12-11drm/msm/dpu: Remove suspend state tracking from crtcBruce Wang1-44/+4
2018-12-03drm/msm: dpu: Don't set legacy plane->crtc pointerSean Paul1-1/+0
2018-10-03drm/msm/dpu: Change _dpu_crtc_vblank_enable_no_lock to voidBruce Wang1-35/+7
2018-10-03drm/msm/dpu: Remove _dpu_crtc_power_enableBruce Wang1-39/+2
2018-10-03drm/msm/dpu: Remove unneeded checks in dpu_crtc.cBruce Wang1-145/+22
2018-10-03drm/msm/dpu: rename hw_ctl to lm_ctlJeykumar Sankaran1-13/+13
2018-10-03drm/msm/dpu: move hw resource tracking to crtc stateJeykumar Sankaran1-31/+28
2018-10-03drm/msm/dpu: make crtc get_mixer_width helper staticJeykumar Sankaran1-3/+9
2018-10-03drm/msm/dpu: remove resource pool managerJeykumar Sankaran1-205/+0
2018-10-03drm/msm/dpu: squash power handle event typesJeykumar Sankaran1-22/+6
2018-10-03drm/msm/dpu: remove debugfs support for misrJeykumar Sankaran1-139/+0
2018-10-03drm/msm: dpu: Allow planes to extend past active displaySean Paul1-2/+1
2018-10-03drm/msm/dpu: fix for cursor blend issueSravanthi Kollukuduru1-5/+21
2018-10-03drm/msm/dpu: enable cursor plane on dpuSravanthi Kollukuduru1-2/+3
2018-07-30drm/msm/disp/dpu: Remove unused code from drm_crtc.cJordan Crouse1-381/+2
2018-07-26drm/msm: rework vblank event handling in dpu_crtcRajesh Yadav1-1/+14
2018-07-26drm/msm: Add SDM845 DPU supportJeykumar Sankaran1-0/+2504