summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/disp
AgeCommit message (Expand)AuthorFilesLines
2023-07-13drm/msm/dpu: drop enum dpu_core_perf_data_bus_idDmitry Baryshkov1-13/+0
2023-07-13drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 planesJonathan Marek1-1/+7
2023-06-16drm/msm/dpu: remove unused INTF_NONE interfacesDmitry Baryshkov3-3/+0
2023-06-16drm/msm/dpu: correct MERGE_3D lengthDmitry Baryshkov1-1/+1
2023-06-16drm/msm/dpu: fix sc7280 and sc7180 PINGPONG done interruptsDmitry Baryshkov2-6/+18
2023-06-15drm/msm/dpu: Set DATA_COMPRESS on command mode for DCE/DSC 1.2Jessica Zhang3-0/+19
2023-06-15drm/msm/dpu: Add DPU_INTF_DATA_COMPRESS feature flag for DPU >= 7.0Jessica Zhang2-1/+3
2023-06-15drm/msm/dpu: add DSC 1.2 hw blocks for relevant chipsetsAbhinav Kumar6-1/+84
2023-06-15drm/msm/dpu: add support for DSC encoder v1.2 engineKuogee Hsieh4-4/+435
2023-06-15drm/msm/dpu: Fix slice_last_group_size calculationJessica Zhang1-2/+3
2023-06-15drm/msm/dpu: Use fixed DRM DSC helper for det_thresh_flatnessJessica Zhang1-1/+3
2023-06-15drm/msm/dpu/catalog: define DSPP blocks found on sdm845Dmitry Baryshkov1-4/+17
2023-06-15drm/msm/dpu: do not enable color-management if DSPPs are not availableDmitry Baryshkov1-1/+4
2023-06-10Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov57-1826/+2117
2023-06-08drm/msm/dpu: tidy up some error checkingDan Carpenter1-5/+4
2023-06-08drm/msm/dpu: add DSC blocks to the catalog of MSM8998Abhinav Kumar1-0/+7
2023-06-08drm/msm/dpu: Add SM6375 supportKonrad Dybcio4-0/+142
2023-06-08drm/msm/dpu: Add SM6350 supportKonrad Dybcio4-0/+180
2023-06-08drm/msm/dpu: use PINGPONG_NONE to unbind WB from PPDmitry Baryshkov4-6/+5
2023-06-08drm/msm/dpu: use PINGPONG_NONE to unbind INTF from PPDmitry Baryshkov5-9/+4
2023-06-04drm/msm/dpu: simplify dpu_encoder_phys_wb_init()Dmitry Baryshkov1-8/+2
2023-06-04drm/msm/dpu: drop temp variable from dpu_encoder_phys_cmd_init()Dmitry Baryshkov1-3/+1
2023-06-04drm/msm/dpu: call dpu_rm_get_intf() from dpu_encoder_get_intf()Dmitry Baryshkov1-12/+8
2023-06-04drm/msm/dpu: inline dpu_encoder_get_wb()Dmitry Baryshkov1-22/+2
2023-06-04drm/msm/dpu: drop duplicated intf/wb indices from encoder structsDmitry Baryshkov5-65/+47
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