summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2023-06-15drm/msm/dsi: use DRM DSC helpers for DSC setupDmitry Baryshkov1-53/+8
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-15drm/msm/adreno: make adreno_is_a690()'s argument constDmitry Baryshkov1-1/+1
2023-06-13Merge branch 'drm-next' of git://anongit.freedesktop.org/drm/drm into msm-nex...Dmitry Baryshkov6-20/+41
2023-06-10drm/msm/adreno: change adreno_is_* functions to accept const argumentDmitry Baryshkov1-28/+28
2023-06-10drm/msm/adreno: warn if chip revn is verified before being setDmitry Baryshkov1-23/+40
2023-06-10drm/msm/a5xx: really check for A510 in a5xx_gpu_initDmitry Baryshkov1-1/+2
2023-06-10drm/msm/a6xx: Fix a690 CP_PROTECT settingsRob Clark1-2/+2
2023-06-10drm/msm/adreno: Add Adreno A690 supportBjorn Andersson4-5/+166
2023-06-10drm/msm: Move cmdstream dumping out of sched kthreadRob Clark3-20/+10
2023-06-10drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMUDmitry Baryshkov1-1/+2
2023-06-10drm/msm: drop unused ring variable in msm_ioctl_gem_submit()Dmitry Baryshkov1-3/+2
2023-06-10drm/msm/adreno: fix sparse warnings in a6xx codeDmitry Baryshkov1-2/+2
2023-06-10Merge branches 'msm-next-lumag-core', 'msm-next-lumag-dpu', 'msm-next-lumag-d...Dmitry Baryshkov79-2134/+2294
2023-06-09drm/msm/a6xx: initialize GMU mutex earlierDmitry Baryshkov2-2/+2
2023-06-09drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disableKuogee Hsieh3-54/+35
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: mdss: Add SM6375 supportKonrad Dybcio1-0/+1
2023-06-08drm/msm: mdss: Add SM6350 supportKonrad Dybcio1-0/+9
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/dp: Clean up pdev/dev duplication in dp_powerBjorn Andersson1-9/+7
2023-06-04drm/msm/dp: Clean up logs dp_power moduleBjorn Andersson1-53/+9
2023-06-04drm/msm/dp: remove most of usbpd-related remainsDmitry Baryshkov10-190/+8
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/dsi: Add phy configuration for MSM8226Luca Weiss3-1/+101
2023-06-04drm/msm/dsi: Add configuration for MSM8226Luca Weiss2-0/+3
2023-06-04drm/msm: Remove unnecessary (void*) conversionsSu Hui5-7/+7
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: Use struct fb_info.screen_bufferThomas Zimmermann1-3/+3
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