aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno/adreno_gpu.c
AgeCommit message (Expand)Author
2023-05-17drm/msm/adreno: Fix null ptr access in adreno_gpu_cleanup()Akhil P Oommen
2023-05-17drm/msm: Fix double pm_runtime_disable() callMaximilian Luz
2023-05-17drm/msm/adreno: Defer enabling runpm until hw_init()Rob Clark
2023-05-17drm/msm: fix unbalanced pm_runtime_enable in adreno_gpu_{init, cleanup}Jonathan Marek
2020-09-17drm/msm: Disable the RPTR shadowJordan Crouse
2020-09-03drm/msm/adreno: fix updating ring fenceRob Clark
2019-08-01drm/msm: Annotate intentional switch statement fall throughsJordan Crouse
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-18drm/msm/adreno: Ensure that the zap shader region is big enoughJordan Crouse
2019-04-21drm/msm/gpu: Move zap shader loading to adrenoJordan Crouse
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark
2019-04-19drm/msm/gpu: add per-process pagetables paramRob Clark
2019-02-19drm/msm/a6xx: Add support for an interconnect pathJordan Crouse
2019-01-24drm/msm/gpu: Remove hardcoded interrupt nameJordan Crouse
2018-12-11drm/msm: implement a2xx mmuJonathan Marek
2018-12-11drm/msm/adreno: add a2xxJonathan Marek
2018-12-11drm/msm: Optimize adreno_show_object()Sharat Masetty
2018-12-11drm/msm/gpu: Map the ringbuffer in the iova at create timeJordan Crouse
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse
2018-12-11drm/msm/adreno: Don't capture register values if target doesn't define themJordan Crouse
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla
2018-10-23drm/msm: fix OF child-node lookupJohan Hovold
2018-08-10drm/msm/adreno: Load the firmware before bringing up the hardwareJordan Crouse
2018-08-05drm/msm/adreno: Remove VLA usageKees Cook
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse
2018-07-30drm/msm/adreno: Add a5xx specific registers for the GPU stateJordan Crouse
2018-07-30drm/msm/adreno: Add ringbuffer data to the GPU stateJordan Crouse
2018-07-30drm/msm/adreno: Convert the show/crash file formatJordan Crouse
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse
2018-07-30drm/msm/gpu: Convert the GPU show function to use the GPU stateJordan Crouse
2018-07-30drm/msm/gpu: Capture the state of the GPUJordan Crouse
2018-07-25drm/msm/gpu: Increase the pm runtime autosuspend for 5xxJordan Crouse
2018-03-19drm/msm: Trigger fence completion from GPUBjorn Andersson
2018-02-20drm/msm/adreno: Use generic function to load firmware to a buffer objectJordan Crouse
2018-02-20drm/msm/adreno: Define a list of firmware files to load per targetJordan Crouse
2018-01-10drm/msm: Add devfreq support for the GPUJordan Crouse
2018-01-10drm/msm/adreno: Move clock parsing to adreno_gpu_init()Jordan Crouse
2018-01-10drm/msm/gpu: Remove unused bus scaling codeJordan Crouse
2017-12-13drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"Colin Ian King
2017-10-28drm/msm: Implement preemption for A5XX targetsJordan Crouse
2017-10-28drm/msm: Make the value of RB_CNTL (almost) genericJordan Crouse
2017-10-28drm/msm: Shadow current pointer in the ring until command is completeJordan Crouse
2017-10-28drm/msm: Add a parameter query for the number of ringbuffersJordan Crouse
2017-10-28drm/msm: Support multiple ringbuffersJordan Crouse
2017-10-28drm/msm: Move memptrs to msm_gpuJordan Crouse
2017-10-28drm/msm/adreno: deal with linux-firmware fw pathsRob Clark
2017-10-28drm/msm/adreno: split out helper to load fwRob Clark
2017-10-28drm/msm/adreno: load gpu at probe/bind timeRob Clark