aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov1-45/+33
2022-07-06drm/msm/dpu: merge base_off with blk_off in struct dpu_hw_blk_reg_mapDmitry Baryshkov1-2/+1
2022-07-06drm/msm/dpu: drop length from struct dpu_hw_blk_reg_mapDmitry Baryshkov1-1/+0
2022-07-04drm/msm/dpu: remove hwversion field from data structuresDmitry Baryshkov1-1/+0
2022-05-07drm/msm/dpu: add missing break statement for update_pending_flush_wb()Abhinav Kumar1-0/+1
2022-05-02drm/msm/dpu: add changes to support writeback in hw_ctlAbhinav Kumar1-2/+50
2022-05-02drm/msm/dpu: add reset_intf_cfg operation for dpu_hw_ctlAbhinav Kumar1-0/+32
2022-04-26drm/msm/disp/dpu1: Add DSC support in hw_ctlVinod Koul1-1/+10
2022-02-18drm/msm/dpu: Add a function to retrieve the current CTL statusAngeloGioacchino Del Regno1-0/+6
2021-12-08drm/msm/disp/dpu1: set default group ID for CTL.Kalyan Thota1-0/+8
2021-08-07drm/msm/dpu: make dpu_hw_ctl_clear_all_blendstages clear necessary LMsDmitry Baryshkov1-4/+6
2021-06-23drm/msm/dpu: hw_blk: make dpu_hw_blk empty opaque structureDmitry Baryshkov1-2/+0
2021-06-23drm/msm/dpu: drop dpu_hw_blk_destroy functionDmitry Baryshkov1-2/+0
2021-06-23drm/msm/dpu: remove unused dpu_hw_blk featuresDmitry Baryshkov1-3/+1
2021-04-07drm/msm/disp/dpu1: add support to program fetch active in ctl pathKrishna Manikandan1-0/+27
2021-04-02drm/msm/disp/dpu1: program 3d_merge only if block is attachedKalyan Thota1-1/+3
2020-11-04drm/msm/dpu: handle merge_3d configuration in hw_ctl blockDmitry Baryshkov1-0/+16
2020-11-04drm/msm/dpu: simplify interface flush handlingDmitry Baryshkov1-31/+15
2020-07-31drm/msm/dpu: set missing flush bits for INTF_2 and INTF_3Jonathan Marek1-18/+2
2020-05-18drm/msm/dpu: add support for color processing blocks in dpu driverKalyan Thota1-0/+26
2020-01-02msm:disp:dpu1: setup display datapath for SC7180 targetKalyan Thota1-3/+81
2020-01-02drm/msm/dpu: Mark various data tables as constStephen Boyd1-4/+4
2019-09-03drm/msm/dpu: remove some impossible error checkingRob Clark1-3/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-12-11drm/msm/dpu: Cleanup callers of dpu_hw_blk_initJordan Crouse1-15/+2
2018-12-11drm/msm/dpu: Remove dpu_dbgJordan Crouse1-1/+0
2018-12-11drm/msm: dpu: Remove 'inline' from several functionsSean Paul1-3/+3
2018-12-11drm/msm: dpu: Add tracing around CTL_FLUSHSean Paul1-8/+18
2018-10-03drm/msm: fix unsigned comparison with less than zeroColin Ian King1-1/+1
2018-10-03drm/msm/dpu: remove cdm block support from resource managerJeykumar Sankaran1-14/+0
2018-07-26drm/msm: Add SDM845 DPU supportJeykumar Sankaran1-0/+540