aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-05drm/msm/dpu: enable DSPP support on SM8[12]50Dmitry Baryshkov2-7/+22
2020-12-03drm/msm: Fix use-after-free in msm_gem with carveoutIskren Chernev1-5/+22
2020-12-03drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh1-37/+55
2020-12-03drm/msm/dpu: update the qos remap only if the client type changesAbhinav Kumar2-2/+17
2020-12-03drm/msm/disp/dpu1/dpu_hw_interrupts: Demote kernel-doc formatting misuseLee Jones1-2/+2
2020-11-29drm/msm/dpu: consider vertical front porch in the prefill bw calculationKalyan Thota1-2/+9
2020-11-29drm/msm/a6xx: Add support for using system cache on MMU500 based targetsJordan Crouse2-10/+37
2020-11-29drm/msm/a6xx: Add support for using system cache(LLC)Sharat Masetty3-0/+104
2020-11-29drm/msm: rearrange the gpu_rmw() functionSharat Masetty3-4/+10
2020-11-29drm/msm/dp: remove duplicate include statementTian Tao1-1/+0
2020-11-29drm/msm: dsi: Constify dsi_host_opsRikard Falkeborn1-1/+1
2020-11-29drm/msm/dp/dp_ctrl: Move 'tu' from the stack to the heapLee Jones1-167/+171
2020-11-29drm/msm/adreno/a6xx_gpu_state: Make some local functions staticLee Jones1-3/+3
2020-11-29drm/msm/msm_gem_shrinker: Fix descriptions for 'drm_device'Lee Jones1-2/+2
2020-11-29drm/msm/msm_drv: Make '_msm_ioremap()' staticLee Jones1-2/+2
2020-11-29drm/msm/disp/dpu1/dpu_plane: Fix some spelling and missing function param descriptionsLee Jones1-3/+5
2020-11-29drm/msm/disp/dpu1/dpu_vbif: Fix a couple of function param descriptionsLee Jones1-1/+1
2020-11-29drm/msm/disp/dpu1/dpu_rm: Fix formatting issues and supply 'global_state' descriptionLee Jones1-2/+3
2020-11-29drm/msm/disp/dpu1/dpu_hw_sspp: Fix kernel-doc formatting abuseLee Jones1-2/+2
2020-11-29drm/msm/disp/dpu1/dpu_hw_lm: Fix misnaming of parameter 'ctx'Lee Jones1-1/+1
2020-11-29drm/msm/disp/dpu1/dpu_encoder: Fix a few parameter/member formatting issuesLee Jones1-7/+8
2020-11-29drm/msm/disp/dpu1/dpu_hw_catalog: Move definitions to the only place they are usedLee Jones3-90/+83
2020-11-29drm/msm/disp/dpu1/dpu_hw_catalog: Remove duplicated initialisation of 'max_linewidth'Lee Jones1-1/+0
2020-11-29drm/msm/disp/dpu1/dpu_formats: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-29drm/msm/disp/dpu1/dpu_hw_blk: Add one missing and remove an extra param descriptionLee Jones1-1/+1
2020-11-29drm/msm/disp/dpu1/dpu_core_perf: Fix kernel-doc formatting issuesLee Jones1-8/+9
2020-11-29msm/mdp5: Fix some kernel-doc warningsRob Clark1-1/+10
2020-11-25iommu/io-pgtable-arm: Add support to use system cacheSai Prakash Ranjan2-2/+12
2020-11-25iommu/io-pgtable: Add a domain attribute for pagetable configurationSai Prakash Ranjan2-0/+5
2020-11-23drm/msm/disp/dpu1/dpu_encoder: Remove a bunch of unused variablesLee Jones1-10/+2
2020-11-23drm/msm/disp/dpu1/dpu_core_perf: Remove set but unused variable 'dpu_cstate'Lee Jones1-3/+0
2020-11-23drm/msm/disp/mdp5/mdp5_kms: Make local functions 'mdp5_{en, dis}able()' staticLee Jones1-2/+2
2020-11-23drm/msm/disp/mdp5/mdp5_crtc: Make local function 'mdp5_crtc_setup_pipeline()' staticLee Jones1-3/+3
2020-11-23drm/msm/adreno/a6xx_gpu: Staticise local function 'a6xx_idle'Lee Jones1-1/+1
2020-11-21drm/msm/shrinker: Only iterate dontneed objsRob Clark5-15/+40
2020-11-21drm/msm/shrinker: We can vmap shrink active_list tooRob Clark1-12/+35
2020-11-21drm/msm: Protect obj->active_count under obj lockRob Clark3-11/+15
2020-11-10drm/msm/dp: do not notify audio subsystem if sink doesn't support audioAbhinav Kumar1-1/+8
2020-11-10drm/msm/dp: promote irq_hpd handle to handle link training correctlyKuogee Hsieh1-4/+21
2020-11-10drm/msm/dp: skip checking LINK_STATUS_UPDATED bitKuogee Hsieh2-29/+20
2020-11-10drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh5-6/+55
2020-11-10drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh2-22/+25
2020-11-10drm/msm/dp: return correct connection status after suspendKuogee Hsieh5-68/+97
2020-11-10drm/msm/a5xx: Clear shadow on suspendRob Clark1-1/+11
2020-11-10drm/msm/a6xx: Clear shadow on suspendRob Clark1-1/+10
2020-11-05dt-bindings: drm/msm/gpu: Add cooling device supportAkhil P Oommen1-0/+7
2020-11-05drm/msm: Add support for GPU coolingAkhil P Oommen2-0/+14
2020-11-04drm/msm: Drop struct_mutex in shrinker pathRob Clark2-55/+0
2020-11-04drm/msm: Drop struct_mutex in madvise pathRob Clark3-14/+3
2020-11-04drm/msm: Remove msm_gem_free_workRob Clark4-36/+0