summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-13drm/msm/a6xx: Skip crashdumper state if GPU needs_hw_initRob Clark1-1/+8
2021-11-29drm/msm/gpu: Snapshot GMU debug bufferRob Clark1-0/+12
2021-11-29drm/msm/gpu: Also snapshot GMU HFI bufferRob Clark1-1/+47
2021-11-29drm/msm/gpu: Make a6xx_get_gmu_log() more genericRob Clark1-19/+15
2021-11-28drm/msm/a6xx: Capture gmu log in devcoredumpAkhil P Oommen1-0/+41
2021-11-21drm/msm/a6xx: Allocate enough space for GMU registersDouglas Anderson1-2/+2
2021-10-15drm/msm/a6xx: correct cx_debugbus_read argumentsDmitry Baryshkov1-1/+1
2021-07-27drm/msm: drop drm_gem_object_put_locked()Rob Clark1-2/+2
2021-06-23drm/msm: devcoredump iommu fault supportRob Clark1-8/+34
2021-06-23drm/msm: replace MSM_BO_UNCACHED with MSM_BO_WC for internal objectsJonathan Marek1-1/+1
2020-11-29drm/msm/adreno/a6xx_gpu_state: Make some local functions staticLee Jones1-3/+3
2020-09-12drm/msm/a6xx: fix a potential overflow issueZhenzhong Duan1-1/+1
2020-08-22drm/msm/a6xx: add module param to enable debugbus snapshotRob Clark1-1/+2
2020-07-31drm/msm/a6xx: fix crashstate capture for A650Jonathan Marek1-7/+18
2020-01-02drm: msm: a6xx: Dump GBIF registers, debugbus in gpu stateSharat Masetty1-11/+41
2019-11-06drm: msm: a6xx: fix debug bus register configurationSharat Masetty1-12/+12
2018-12-11drm/msm/a6xx: Add a name for the crashdumper bufferJordan Crouse1-1/+4
2018-12-11drm/msm/a6xx: Use new kernel API free function for gpu stateJordan Crouse1-10/+1
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse1-1/+1
2018-12-11drm/msm/a6xx: Track and manage a6xx state memoryJordan Crouse1-90/+102
2018-12-11drm/msm/a6xx: Add a6xx gpu stateJordan Crouse1-0/+1159