aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno/adreno_gpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-19drm/msm/a6xx: Add support for an interconnect pathJordan Crouse1-0/+9
2019-01-24drm/msm/gpu: Remove hardcoded interrupt nameJordan Crouse1-1/+0
2018-12-11drm/msm: implement a2xx mmuJonathan Marek1-0/+3
2018-12-11drm/msm/adreno: add a2xxJonathan Marek1-8/+19
2018-12-11drm/msm: Optimize adreno_show_object()Sharat Masetty1-21/+61
2018-12-11drm/msm/gpu: Map the ringbuffer in the iova at create timeJordan Crouse1-9/+0
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse1-1/+2
2018-12-11drm/msm/adreno: Don't capture register values if target doesn't define themJordan Crouse1-5/+14
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla1-11/+11
2018-10-23drm/msm: fix OF child-node lookupJohan Hovold1-2/+3
2018-08-10drm/msm/adreno: Load the firmware before bringing up the hardwareJordan Crouse1-1/+1
2018-08-05drm/msm/adreno: Remove VLA usageKees Cook1-9/+19
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-10/+48
2018-07-30drm/msm/adreno: Add a5xx specific registers for the GPU stateJordan Crouse1-11/+12
2018-07-30drm/msm/adreno: Add ringbuffer data to the GPU stateJordan Crouse1-0/+39
2018-07-30drm/msm/adreno: Convert the show/crash file formatJordan Crouse1-8/+13
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse1-12/+24
2018-07-30drm/msm/gpu: Convert the GPU show function to use the GPU stateJordan Crouse1-17/+13
2018-07-30drm/msm/gpu: Capture the state of the GPUJordan Crouse1-0/+55
2018-07-25drm/msm/gpu: Increase the pm runtime autosuspend for 5xxJordan Crouse1-1/+2
2018-03-19drm/msm: Trigger fence completion from GPUBjorn Andersson1-16/+2
2018-02-20drm/msm/adreno: Use generic function to load firmware to a buffer objectJordan Crouse1-0/+19
2018-02-20drm/msm/adreno: Define a list of firmware files to load per targetJordan Crouse1-15/+18
2018-01-10drm/msm: Add devfreq support for the GPUJordan Crouse1-1/+0
2018-01-10drm/msm/adreno: Move clock parsing to adreno_gpu_init()Jordan Crouse1-4/+73
2018-01-10drm/msm/gpu: Remove unused bus scaling codeJordan Crouse1-6/+1
2017-12-13drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"Colin Ian King1-1/+1
2017-10-28drm/msm: Implement preemption for A5XX targetsJordan Crouse1-9/+5
2017-10-28drm/msm: Make the value of RB_CNTL (almost) genericJordan Crouse1-5/+7
2017-10-28drm/msm: Shadow current pointer in the ring until command is completeJordan Crouse1-2/+7
2017-10-28drm/msm: Add a parameter query for the number of ringbuffersJordan Crouse1-0/+3
2017-10-28drm/msm: Support multiple ringbuffersJordan Crouse1-54/+82
2017-10-28drm/msm: Move memptrs to msm_gpuJordan Crouse1-43/+12
2017-10-28drm/msm/adreno: deal with linux-firmware fw pathsRob Clark1-5/+62
2017-10-28drm/msm/adreno: split out helper to load fwRob Clark1-12/+24
2017-10-28drm/msm/adreno: load gpu at probe/bind timeRob Clark1-14/+31
2017-08-22drm/msm: Add a helper function for in-kernel buffer allocationsJordan Crouse1-19/+7
2017-08-22drm/msm: Attach the GPU MMU when it is createdJordan Crouse1-23/+4
2017-08-01drm/msm/adreno: Prevent unclocked access when retrieving timestampsArchit Taneja1-2/+9
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra1-3/+1
2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark1-3/+3
2017-06-16drm/msm: fix locking inconsistency for gpu->hw_init()Rob Clark1-1/+1
2017-06-16drm/msm: Remove memptrs->wptrJordan Crouse1-3/+0
2017-06-16drm/msm: Add a struct to pass configuration to msm_gpu_init()Jordan Crouse1-2/+10
2017-04-08drm/msm: Hard code the GPU "slow frequency"Jordan Crouse1-3/+2
2017-04-08drm/msm: Add MSM_PARAM_GMEM_BASEJordan Crouse1-0/+3
2017-04-08drm/msm: Reference count address spacesJordan Crouse1-1/+1
2017-04-08drm/msm: Make sure to detach the MMU during GPU cleanupJordan Crouse1-10/+19
2017-04-08drm/msm/adreno: reset ringbuffer in hw_initRob Clark1-10/+8