summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-msm-next-2020-12-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie2020-12-1076-1114/+2057
|\
| * drm/msm: add IOMMU_SUPPORT dependencyArnd Bergmann2020-12-051-1/+1
| * drm/msm: a5xx: Make preemption reset case reentrantMarijn Suijten2020-12-051-6/+6
| * drm/msm/dpu: enable DSPP support on SM8[12]50Dmitry Baryshkov2020-12-052-7/+22
| * drm/msm: Fix use-after-free in msm_gem with carveoutIskren Chernev2020-12-031-5/+22
| * drm/msm/dp: fix connect/disconnect handled at irq_hpdKuogee Hsieh2020-12-031-37/+55
| * drm/msm/dpu: update the qos remap only if the client type changesAbhinav Kumar2020-12-032-2/+17
| * drm/msm/disp/dpu1/dpu_hw_interrupts: Demote kernel-doc formatting misuseLee Jones2020-12-031-2/+2
| * drm/msm/dpu: consider vertical front porch in the prefill bw calculationKalyan Thota2020-11-291-2/+9
| * drm/msm/a6xx: Add support for using system cache on MMU500 based targetsJordan Crouse2020-11-292-10/+37
| * drm/msm/a6xx: Add support for using system cache(LLC)Sharat Masetty2020-11-293-0/+104
| * drm/msm: rearrange the gpu_rmw() functionSharat Masetty2020-11-293-4/+10
| * drm/msm/dp: remove duplicate include statementTian Tao2020-11-291-1/+0
| * drm/msm: dsi: Constify dsi_host_opsRikard Falkeborn2020-11-291-1/+1
| * drm/msm/dp/dp_ctrl: Move 'tu' from the stack to the heapLee Jones2020-11-291-167/+171
| * drm/msm/adreno/a6xx_gpu_state: Make some local functions staticLee Jones2020-11-291-3/+3
| * drm/msm/msm_gem_shrinker: Fix descriptions for 'drm_device'Lee Jones2020-11-291-2/+2
| * drm/msm/msm_drv: Make '_msm_ioremap()' staticLee Jones2020-11-291-2/+2
| * drm/msm/disp/dpu1/dpu_plane: Fix some spelling and missing function param des...Lee Jones2020-11-291-3/+5
| * drm/msm/disp/dpu1/dpu_vbif: Fix a couple of function param descriptionsLee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_rm: Fix formatting issues and supply 'global_state' des...Lee Jones2020-11-291-2/+3
| * drm/msm/disp/dpu1/dpu_hw_sspp: Fix kernel-doc formatting abuseLee Jones2020-11-291-2/+2
| * drm/msm/disp/dpu1/dpu_hw_lm: Fix misnaming of parameter 'ctx'Lee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_encoder: Fix a few parameter/member formatting issuesLee Jones2020-11-291-7/+8
| * drm/msm/disp/dpu1/dpu_hw_catalog: Move definitions to the only place they are...Lee Jones2020-11-293-90/+83
| * drm/msm/disp/dpu1/dpu_hw_catalog: Remove duplicated initialisation of 'max_li...Lee Jones2020-11-291-1/+0
| * drm/msm/disp/dpu1/dpu_formats: Demote non-conformant kernel-doc headerLee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_hw_blk: Add one missing and remove an extra param descr...Lee Jones2020-11-291-1/+1
| * drm/msm/disp/dpu1/dpu_core_perf: Fix kernel-doc formatting issuesLee Jones2020-11-291-8/+9
| * msm/mdp5: Fix some kernel-doc warningsRob Clark2020-11-291-1/+10
| * drm/msm/disp/dpu1/dpu_encoder: Remove a bunch of unused variablesLee Jones2020-11-231-10/+2
| * drm/msm/disp/dpu1/dpu_core_perf: Remove set but unused variable 'dpu_cstate'Lee Jones2020-11-231-3/+0
| * drm/msm/disp/mdp5/mdp5_kms: Make local functions 'mdp5_{en, dis}able()' staticLee Jones2020-11-231-2/+2
| * drm/msm/disp/mdp5/mdp5_crtc: Make local function 'mdp5_crtc_setup_pipeline()'...Lee Jones2020-11-231-3/+3
| * drm/msm/adreno/a6xx_gpu: Staticise local function 'a6xx_idle'Lee Jones2020-11-231-1/+1
| * drm/msm/shrinker: Only iterate dontneed objsRob Clark2020-11-215-15/+40
| * drm/msm/shrinker: We can vmap shrink active_list tooRob Clark2020-11-211-12/+35
| * drm/msm: Protect obj->active_count under obj lockRob Clark2020-11-213-11/+15
| * drm/msm/dp: do not notify audio subsystem if sink doesn't support audioAbhinav Kumar2020-11-101-1/+8
| * drm/msm/dp: promote irq_hpd handle to handle link training correctlyKuogee Hsieh2020-11-101-4/+21
| * drm/msm/dp: skip checking LINK_STATUS_UPDATED bitKuogee Hsieh2020-11-102-29/+20
| * drm/msm/dp: deinitialize mainlink if link training failedKuogee Hsieh2020-11-105-6/+55
| * drm/msm/dp: fixes wrong connection state caused by failure of link trainKuogee Hsieh2020-11-102-22/+25
| * drm/msm/dp: return correct connection status after suspendKuogee Hsieh2020-11-105-68/+97
| * drm/msm/a5xx: Clear shadow on suspendRob Clark2020-11-101-1/+11
| * drm/msm/a6xx: Clear shadow on suspendRob Clark2020-11-101-1/+10
| * drm/msm: Add support for GPU coolingAkhil P Oommen2020-11-052-0/+14
| * drm/msm: Drop struct_mutex in shrinker pathRob Clark2020-11-042-55/+0
| * drm/msm: Drop struct_mutex in madvise pathRob Clark2020-11-043-14/+3
| * drm/msm: Remove msm_gem_free_workRob Clark2020-11-044-36/+0