summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-14drm/msm: remove resv fields from msm_gem_object structBrian Masney1-3/+1
2019-04-18drm/msm: Use drm_mode_vrefresh instead of mode->vrefreshSean Paul1-1/+1
2019-02-01drm/msm/dpu: Initialize supported modifiersFritz Koenig1-1/+7
2019-02-01drm/msm/dpu: Plane helper for modifiersFritz Koenig1-0/+18
2019-02-01drm/msm/dpu: Use simple list for plane format initFritz Koenig1-16/+9
2019-01-29drm/msm: avoid unused function warningArnd Bergmann1-13/+13
2018-12-11drm/msm/dpu: Further cleanups for static inline functionsJordan Crouse1-14/+4
2018-12-11drm/msm/dpu: Cleanup the debugfs functionsJordan Crouse1-75/+15
2018-12-11drm/msm: dpu: Remove checks from dpu_plane_destroy_state()Sean Paul1-12/+1
2018-12-11drm/msm: dpu: Remove empty/useless labelsSean Paul1-2/+1
2018-12-11drm/msm: dpu: Remove 'inline' from several functionsSean Paul1-3/+3
2018-10-24Merge drm/drm-next into drm-misc-nextSean Paul1-417/+82
2018-10-07drm/msm: dpu: Fix memory leak caused by dropped referenceSean Paul1-3/+1
2018-10-05drm/msm: Use drm_atomic_helper_shutdownDaniel Vetter1-2/+0
2018-10-03drm/msm/dpu: Revise _dpu_plane_get_aspaceBruce Wang1-29/+6
2018-10-03drm/msm/dpu: Make dpu_plane_danger_signal_ctrl voidBruce Wang1-22/+4
2018-10-03drm/msm/dpu: Clean up plane atomic disable/updateBruce Wang1-24/+7
2018-10-03drm/msm/dpu: Remove unneeded checks in dpu_plane.cBruce Wang1-188/+16
2018-10-03drm/msm: dpu: Don't continue after error in atomic_checkSean Paul1-6/+6
2018-10-03drm/msm: dpu: Make dpu_plane_sspp_atomic_update() voidSean Paul1-57/+14
2018-10-03drm/msm: dpu: Remove dpu_plane_enabled()Sean Paul1-7/+2
2018-10-03drm/msm: dpu: Remove dpu_plane_sspp_enabled()Sean Paul1-6/+1
2018-10-03drm/msm: dpu: Consolidate atomic_check functions()Sean Paul1-13/+2
2018-10-03drm/msm: dpu: Move atomic_check_plane_state() call to atomic_checkSean Paul1-40/+17
2018-10-03drm/msm: dpu: Remove impossible checksSean Paul1-18/+1
2018-10-03drm/msm: dpu: Allow planes to extend past active displaySean Paul1-13/+21
2018-10-03drm/msm/dpu: enable cursor plane on dpuSravanthi Kollukuduru1-8/+1
2018-09-09drm: extract drm_atomic_uapi.cDaniel Vetter1-0/+2
2018-07-26drm/msm: Add SDM845 DPU supportJeykumar Sankaran1-0/+1963