aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp
AgeCommit message (Expand)AuthorFilesLines
2023-06-04drm/msm/dpu: separate common function to init physical encoderDmitry Baryshkov5-46/+37
2023-06-04drm/msm/dpu: merge dpu_encoder_init() and dpu_encoder_setup()Dmitry Baryshkov3-100/+56
2023-06-04drm/msm/mdp5: Add MDP5 configuration for MSM8226Luca Weiss1-0/+82
2023-06-04drm/msm: Remove unnecessary (void*) conversionsSu Hui3-3/+3
2023-06-04drm/msm/dpu: clean up dpu_kms_get_clk_rate() returnsDan Carpenter2-3/+3
2023-06-04drm/msm/dpu: Tear down DSC datapath on encoder cleanupKuogee Hsieh2-0/+46
2023-06-04drm/msm/dpu: separate DSC flush update out of interfaceKuogee Hsieh3-8/+36
2023-06-04drm/msm/dpu: always clear every individual pending flush maskKuogee Hsieh1-0/+3
2023-06-04drm/msm/dpu: Introduce PINGPONG_NONE to disconnect DSC from PINGPONGKuogee Hsieh3-9/+8
2023-06-04drm/msm/dpu: Guard PINGPONG DSC ops behind DPU_PINGPONG_DSC bitKuogee Hsieh1-3/+6
2023-06-04drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0Kuogee Hsieh2-3/+5
2023-06-04drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush registerKuogee Hsieh1-1/+1
2023-06-04drm/msm/dpu: drop (mostly) unused DPU_NAME_SIZE defineDmitry Baryshkov3-6/+2
2023-06-04drm/msm/dpu: drop dpu_encoder_phys_ops::late_register()Dmitry Baryshkov2-10/+0
2023-06-04drm/msm/dpu: use common helper for WB and SSPP QoS setupDmitry Baryshkov8-136/+100
2023-06-04drm/msm/dpu: remove struct dpu_hw_pipe_qos_cfgDmitry Baryshkov3-26/+8
2023-06-04drm/msm/dpu: drop DPU_PLANE_QOS_PANIC_CTRLDmitry Baryshkov1-19/+8
2023-06-04drm/msm/dpu: simplify qos_ctrl handlingDmitry Baryshkov3-31/+2
2023-06-04drm/msm/dpu: drop DPU_PLANE_QOS_VBLANK_CTRLDmitry Baryshkov3-22/+0
2023-06-04drm/msm/dpu: rearrange QoS setting codeDmitry Baryshkov1-5/+7
2023-06-04drm/msm/dpu: fix the condition for (not) applying QoS to CURSOR SSPPDmitry Baryshkov1-1/+2
2023-06-04drm/msm/dpu: simplify CDP programmingDmitry Baryshkov8-89/+45
2023-06-04drm/msm/dpu: fix SSPP register definitionsDmitry Baryshkov1-32/+32
2023-05-22drm/msm/dpu: move PINGPONG_NONE check to dpu_lm_init()Dmitry Baryshkov2-5/+5
2023-05-22drm/msm/dpu: use PINGPONG_NONE for LMs with no PP attachedDmitry Baryshkov5-7/+8
2023-05-22drm/msm/dpu: remove futile checks from dpu_rm_init()Dmitry Baryshkov1-34/+0
2023-05-22drm/msm/dpu: replace IS_ERR_OR_NULL with IS_ERR during DSC initDmitry Baryshkov1-1/+1
2023-05-22drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASKKonrad Dybcio1-2/+5
2023-05-22drm/msm/dpu: access CSC/CSC10 registers directlyDmitry Baryshkov1-34/+9
2023-05-22drm/msm/dpu: access QSEED registers directlyDmitry Baryshkov1-18/+9
2023-05-22drm/msm/dpu: drop SSPP's SRC subblockDmitry Baryshkov3-98/+58
2023-05-22drm/msm/dpu: Remove intr_rdptr from DPU >= 5.0.0 pingpong configMarijn Suijten7-23/+23
2023-05-22drm/msm/dpu: Implement tearcheck support on INTF blockMarijn Suijten7-58/+378
2023-05-22drm/msm/dpu: Merge setup_- and enable_tearcheck pingpong callbacksMarijn Suijten3-16/+15
2023-05-22drm/msm/dpu: Add TEAR-READ-pointer interrupt to INTF blockMarijn Suijten13-40/+92
2023-05-22drm/msm/dpu: Describe TEAR interrupt registers for DSI interfacesMarijn Suijten2-0/+32
2023-05-22drm/msm/dpu: Factor out shared interrupt register in INTF_BLK macroMarijn Suijten14-55/+155
2023-05-22drm/msm/dpu: Move dpu_hw_{tear_check, pp_vsync_info} to dpu_hw_mdss.hKonrad Dybcio2-22/+46
2023-05-22drm/msm/dpu: Disable MDP vsync source selection on DPU 5.0.0 and aboveMarijn Suijten4-17/+40
2023-05-22drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and aboveMarijn Suijten10-49/+45
2023-05-22drm/msm/dpu: Move autorefresh disable from CMD encoder to pingpongMarijn Suijten4-79/+57
2023-05-22drm/msm/dpu: Drop unused poll_timeout_wr_ptr PINGPONG callbackMarijn Suijten2-24/+0
2023-05-22drm/msm/dpu: Take INTF index as parameter in interrupt register definesMarijn Suijten1-84/+72
2023-05-22drm/msm/dpu: Sort INTF registers numericallyMarijn Suijten1-4/+7
2023-05-22drm/msm/dpu: Remove extraneous register define indentationMarijn Suijten1-20/+21
2023-05-22drm/msm/dpu: Use V4.0 PCC DSPP sub-block in SC7[12]80Marijn Suijten3-7/+2
2023-05-22drm/msm/dpu: add writeback support for sc7280Abhinav Kumar1-0/+8
2023-05-22drm/msm/dpu: drop unused SSPP sub-block informationDmitry Baryshkov1-6/+0
2023-05-22drm/msm/dpu: drop DSPP_MSM8998_MASK from hw catalogAbhinav Kumar2-4/+2
2023-05-22drm/msm/dpu: remove GC and IGC related code from dpu catalogAbhinav Kumar2-13/+1