summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-03drm/msm/dpu: update the qos remap only if the client type changesAbhinav Kumar1-2/+15
2020-11-29drm/msm/dpu: consider vertical front porch in the prefill bw calculationKalyan Thota1-2/+9
2020-11-29drm/msm/disp/dpu1/dpu_plane: Fix some spelling and missing function param des...Lee Jones1-3/+5
2020-11-29drm/msm/disp/dpu1/dpu_hw_catalog: Move definitions to the only place they are...Lee Jones1-1/+10
2020-09-04drm/msm/dpu: add support for clk and bw scaling for displayKalyan Thota1-0/+84
2020-08-17drm/msm/dpu: Fix scale params in plane validationKalyan Thota1-2/+2
2020-07-31drm/msm/dpu: move some sspp caps to dpu_capsJonathan Marek1-3/+3
2020-01-12drm: msm: Quiet down plane errors in atomic_checkJohn Stultz1-6/+6
2020-01-02drm/msm/dpu: Remove unneeded semicolon in dpu_plane.czhengbin1-1/+1
2020-01-02msm:disp:dpu1: add scaler support on SC7180 displayShubhashree Dhar1-3/+17
2019-09-03drm/msm/dpu: add rotation propertyRob Clark1-0/+20
2019-09-03drm/msm: drop use of drmP.hSam Ravnborg1-1/+2
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-15/+4
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-10/+5
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-3/+3
2019-06-28drm/msm: Use drm_gem_fb_prepare_fbDaniel Vetter1-6/+2
2019-06-25drm/msm: add dirty framebuffer helperBrian Masney1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-18msm: dpu1: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+0
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-3/+1
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard1-7/+2
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