summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2022-09-18drm/msm/dsi_phy_28nm_8960: Replace parent names with clk_hw pointersMarijn Suijten1-7/+8
2022-09-18drm/msm/dsi/phy: Replace hardcoded char-array length with sizeof()Marijn Suijten5-60/+60
2022-09-18drm/msm/dsi_phy_28nm_8960: Use stack memory for temporary clock namesMarijn Suijten1-13/+1
2022-09-18drm/msm/dsi/phy: Reindent and reflow multiline function callsMarijn Suijten5-164/+161
2022-09-18drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()Kuogee Hsieh1-1/+1
2022-09-18drm/msm/dp: Silence inconsistent indent warningStephen Boyd1-3/+2
2022-09-18drm/msm/dp: Get rid of dp_ctrl_on_stream_phy_test_report()Stephen Boyd1-27/+17
2022-09-18drm/msm/dp: Remove pixel_rate from struct dp_ctrlStephen Boyd2-39/+22
2022-09-18drm/msm/dp: Reorganize code to avoid forward declarationStephen Boyd1-54/+50
2022-09-18drm/msm/dpu: get rid of cached flush_maskDmitry Baryshkov5-77/+69
2022-09-18drm/msm/dpu: inline dpu_plane_get_ctl_flushDmitry Baryshkov3-28/+8
2022-09-18drm/msm/dpu: do not limit the zpos propertyDmitry Baryshkov1-9/+1
2022-09-18drm/msm/dpu: rip out master planes supportDmitry Baryshkov6-87/+18
2022-09-18drm/msm/dpu: drop unused variable from dpu_kms_mdp_snapshot()Dmitry Baryshkov1-2/+0
2022-09-18drm/msm: Make .remove and .shutdown HW shutdown consistentJavier Martinez Canillas1-4/+9
2022-09-18drm/msm/dpu: Fix comment typoJason Wang1-1/+1
2022-09-18drm/msm/dpu: drop unused memory allocationDmitry Baryshkov1-5/+0
2022-09-18drm/msm/dpu: drop VBIF indicesDmitry Baryshkov3-18/+28
2022-09-18drm/msm/dpu: fix error handling around dpu_hw_vbif_initDmitry Baryshkov1-3/+1
2022-09-18drm/msm/dpu: index dpu_kms->hw_vbif using vbif_idxDmitry Baryshkov2-23/+18
2022-09-18drm/msm: lookup the ICC paths in both mdp5/dpu and mdss devicesDmitry Baryshkov4-11/+29
2022-09-18drm/msm/dsi: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov5-93/+79
2022-09-18drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_configDmitry Baryshkov5-53/+54
2022-09-18drm/msm/rd: Fix FIFO-full deadlockRob Clark1-0/+3
2022-09-18drm/msm/gpu: Drop qos request if devm_devfreq_add_device() failsBjorn Andersson1-0/+2
2022-09-18drm/msm/dsi: Fix number of regulators for SDM660Douglas Anderson1-1/+1
2022-09-18drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson1-1/+1
2022-09-18drm/msm/dp: delete DP_RECOVERED_CLOCK_OUT_EN to fix tps4Kuogee Hsieh1-1/+1
2022-09-18drm/msm/dpu: populate wb or intf before reset_intf_cfgAbhinav Kumar1-0/+6
2022-09-18drm/msm/dsi: fix the inconsistent indentingsunliming1-1/+1
2022-09-18drm/msm/dp: make eDP panel as the first connected connectorKuogee Hsieh1-0/+2
2022-09-01drm/msm/a6xx: Handle GMU prepare-slumber hfi failureAkhil P Oommen1-1/+5
2022-08-28drm/msm/a6xx: Improve gpu recovery sequenceAkhil P Oommen3-30/+58
2022-08-28drm/msm/a6xx: Ensure CX collapse during gpu recoveryAkhil P Oommen3-0/+12
2022-08-28drm/msm: Fix cx collapse issue during recoveryAkhil P Oommen2-6/+30
2022-08-28drm/msm: Correct pm_runtime votes in recover workerAkhil P Oommen1-1/+2
2022-08-28drm/msm: Take single rpm refcount on behalf of all submitsAkhil P Oommen1-4/+8
2022-08-28drm/msm: Remove unnecessary pm_runtime_get/putAkhil P Oommen1-4/+0
2022-08-28drm/msm: De-open-code some CP_EVENT_WRITERob Clark3-3/+3
2022-08-28drm/msm/iommu: optimize map/unmapRob Clark1-15/+86
2022-08-28drm/msm: Add fault-injection supportRob Clark3-0/+30
2022-08-28drm/msm/gem: Convert to lockdep assertRob Clark1-9/+6
2022-08-27drm/msm/gem: Add msm_gem_assert_locked()Rob Clark2-19/+25
2022-08-27drm/msm/gem: Evict active GEM objects when necessaryRob Clark2-18/+68
2022-08-27drm/msm/gem: Consolidate shrinker traceRob Clark2-31/+20
2022-08-27drm/msm/gem: Unpin buffers earlierRob Clark1-6/+2
2022-08-27drm/msm/gem: Convert to using drm_gem_lruRob Clark7-257/+104
2022-08-27drm/msm/gem: Remove active refcntRob Clark3-73/+8
2022-08-27drm/msm/gem: Consolidate pin/unpin pathsRob Clark1-8/+5
2022-08-27drm/msm/gem: Rename to pin/unpin_pagesRob Clark3-9/+17