summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/msm_gpu.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark1-0/+3
2019-02-19drm/msm/a6xx: Add support for an interconnect pathJordan Crouse1-0/+3
2019-01-24drm/msm/gpu: Remove hardcoded interrupt nameJordan Crouse1-1/+0
2019-01-24drm/msm/gpu: fix building without debugfsArnd Bergmann1-1/+1
2018-12-11drm/msm: Optimize adreno_show_object()Sharat Masetty1-0/+2
2018-10-04drm/msm: re-factor devfreq codeSharat Masetty1-1/+4
2018-08-10drm/msm: Add a helper function to parse clock namesJordan Crouse1-1/+1
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann1-1/+1
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse1-0/+9
2018-07-30drm/msm/adreno: Add ringbuffer data to the GPU stateJordan Crouse1-0/+2
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse1-2/+36
2018-07-30drm/msm/gpu: Convert the GPU show function to use the GPU stateJordan Crouse1-1/+2
2018-07-30drm/msm/gpu: Capture the state of the GPUJordan Crouse1-0/+20
2018-02-20drm/msm: add a5xx specific debugfsRob Clark1-0/+2
2018-01-10drm/msm: Add devfreq support for the GPUJordan Crouse1-0/+7
2018-01-10drm/msm/gpu: Remove unused bus scaling codeJordan Crouse1-6/+1
2017-10-28drm/msm: Make the value of RB_CNTL (almost) genericJordan Crouse1-0/+5
2017-10-28drm/msm: Support multiple ringbuffersJordan Crouse1-24/+18
2017-10-28drm/msm: Move memptrs to msm_gpuJordan Crouse1-2/+15
2017-10-28drm/msm: Add per-instance submit queuesJordan Crouse1-0/+15
2017-06-16drm/msm: remove address-space idRob Clark1-1/+0
2017-06-16drm/msm: Add a struct to pass configuration to msm_gpu_init()Jordan Crouse1-1/+10
2017-06-16drm/msm: Remove idle function hookJordan Crouse1-1/+0
2017-04-08msm/drm: gpu: Dynamically locate the clocks from the device treeJordan Crouse1-1/+3
2017-04-08drm/msm: Hard code the GPU "slow frequency"Jordan Crouse1-1/+1
2017-04-08drm/msm/gpu: use pm-runtimeRob Clark1-6/+6
2016-11-28drm/msm: gpu: Add A5XX target supportJordan Crouse1-1/+1
2016-11-28drm/msm: Remove 'src_clk' from adreno configurationJordan Crouse1-1/+1
2016-11-28drm/msm: gpu Add new gpu register read/write functionsJordan Crouse1-0/+39
2016-11-28drm/msm: gpu: Return error on hw_init failureJordan Crouse1-1/+1
2016-11-28drm/msm: convert iova to 64bRob Clark1-1/+1
2016-11-27drm/msm: support multiple address spacesRob Clark1-1/+1
2016-09-15drm/msm: move fence allocation out of msm_gpu_submit()Rob Clark1-1/+1
2016-05-08drm/msm: drop return from gpu->submit()Rob Clark1-1/+1
2016-05-08drm/msm: introduce msm_fence_contextRob Clark1-2/+5
2015-06-11drm/msm: restart queued submits after hangRob Clark1-0/+2
2015-06-11drm/msm: adreno a306 supportRob Clark1-1/+1
2015-06-11drm/msm: clarify downstream bus scalingRob Clark1-1/+1
2014-09-10drm/msm/adreno: move decision about what gpu to to loadRob Clark1-1/+1
2014-09-10drm/msm/adreno: split adreno device out into it's own fileRob Clark1-2/+2
2014-06-02drm/msm: add perf logging debugfsRob Clark1-0/+31
2014-03-31drm/msm: crank down gpu when inactiveRob Clark1-1/+15
2014-01-09drm/msm: add support for non-IOMMU systemsRob Clark1-1/+1
2014-01-09drm/msm: fix bus scalingRob Clark1-0/+4
2013-08-24drm/msm: add basic hangcheck/recovery mechanismRob Clark1-0/+10
2013-08-24drm/msm: add a3xx gpu supportRob Clark1-0/+114