aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03drm/msm: Use generic bulk clock functionJordan Crouse1-1/+1
2019-07-25drm: Switch to use DEVFREQ_GOV_SIMPLE_ONDEMAND constantYue Hu1-1/+2
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-18drm/msm: Pass the MMU domain index in struct msm_file_privateJordan Crouse1-3/+2
2019-04-19drm/msm: Stop dropping struct_mutex in recover_worker()Kristian H. Kristensen1-13/+0
2019-04-19drm/msm/gpu: Add submit queue queriesJordan Crouse1-1/+2
2019-04-19drm/msm: add param to retrieve # of GPU faults (global)Rob Clark1-0/+3
2019-01-25Merge tag 'drm-msm-fixes-2019-01-24' of git://people.freedesktop.org/~robclark/linux into drm-fixesDave Airlie1-1/+1
2019-01-24drm/msm/gpu: Remove hardcoded interrupt nameJordan Crouse1-1/+1
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-50/+74
2018-12-11drm/msm: implement a2xx mmuJonathan Marek1-12/+19
2018-12-11drm/msm: Add a name field for gem objectsJordan Crouse1-0/+2
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse1-1/+1
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse1-1/+1
2018-12-11drm/msm: Add a common function to free kernel buffer objectsJordan Crouse1-10/+2
2018-12-11drm/msm/gpu: Only store local command buffers in the GPU stateJordan Crouse1-10/+13
2018-12-11drm/msm/gpu: Add trace events for tracking GPU submissionsJordan Crouse1-2/+21
2018-12-11drm/msm/gpu: Allocate the correct size for the GPU memptrsJordan Crouse1-1/+2
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla1-15/+15
2018-11-30drm/msm: Fix task dump in gpu recoverySharat Masetty1-5/+4
2018-11-30drm/msm: Check if target supports crash dump captureSharat Masetty1-0/+4
2018-10-04drm/msm: re-factor devfreq codeSharat Masetty1-18/+25
2018-10-04drm/msm: suspend devfreq on initSharat Masetty1-0/+2
2018-10-03drm/msm/gpu: fix parameters in function msm_gpu_crashstate_captureAnders Roxell1-2/+2
2018-08-10drm/msm: Add A6XX device supportJordan Crouse1-1/+1
2018-08-10drm/msm: Add a helper function to parse clock namesJordan Crouse1-50/+10
2018-07-30drm/msm/gpu: avoid deprecated do_gettimeofdayArnd Bergmann1-2/+2
2018-07-30drm/msm/gpu: Add the buffer objects from the submit to the crash dumpJordan Crouse1-3/+45
2018-07-30drm/msm/gpu: Capture the GPU state on a GPU hangJordan Crouse1-1/+82
2018-07-30drm/msm/gpu: Rearrange the code that collects the task during a hangJordan Crouse1-9/+11
2018-02-20drm/msm/gpu: Set number of clocks to 0 if the list allocation failsJordan Crouse1-1/+3
2018-02-20drm/msm: Replace gem_object deprecated functionsSteve Kowalik1-4/+4
2018-01-10drm/msm: Add devfreq support for the GPUJordan Crouse1-0/+91
2018-01-10drm/msm/gpu: Remove unused bus scaling codeJordan Crouse1-39/+0
2017-12-13drm/msm: gpu: Only sync fences on rings that existJordan Crouse1-1/+1
2017-12-13drm/msm: free kstrdup'd cmdlineRob Clark1-0/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-01drm/msm: use %z format modifier for printing size_tArnd Bergmann1-1/+1
2017-10-28drm/msm: dump submits which triggered gpu hangRob Clark1-20/+27
2017-10-28drm/msm/rd: allow adding addition msg to top of dumpRob Clark1-1/+1
2017-10-28drm/msm: split rd debugfs fileRob Clark1-1/+1
2017-10-28drm/msm: show task cmdline in gpu recovery messagesRob Clark1-12/+43
2017-10-28drm/msm: Implement preemption for A5XX targetsJordan Crouse1-3/+2
2017-10-28drm/msm: Support multiple ringbuffersJordan Crouse1-52/+111
2017-10-28drm/msm: Move memptrs to msm_gpuJordan Crouse1-4/+28
2017-08-22drm/msm: Attach the GPU MMU when it is createdJordan Crouse1-29/+56
2017-06-17drm/msm: Separate locking of buffer resources from struct_mutexSushmita Susheelendra1-3/+1
2017-06-16drm/msm: remove address-space idRob Clark1-2/+0
2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark1-3/+3