summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07drm/msm/a6xx: Cleanup indexed regs const'nessRob Clark1-6/+9
2024-05-05drm/msm: Add devcoredump support for a750Connor Abbott1-18/+46
2024-05-05drm/msm: Adjust a7xx GBIF debugbus dumpingConnor Abbott1-1/+1
2024-04-22drm/msm: Drop msm_read/writelKonrad Dybcio1-2/+2
2024-04-05drm/msm: fix the `CRASHDUMP_READ` target of `a6xx_get_shader_block()`Miguel Ojeda1-1/+1
2024-02-26drm/msm: More fully implement devcoredump for a7xxConnor Abbott1-80/+643
2024-02-26drm/msm: Fix snapshotting a7xx indexed regsConnor Abbott1-2/+2
2023-10-16drm/msm/a7xx: actually use a7xx state registersDmitry Baryshkov1-4/+13
2023-10-09drm/msm/a6xx: Mostly implement A7xx gpu_stateKonrad Dybcio1-1/+51
2023-06-18drm/msm/a6xx: Introduce GMU wrapper supportKonrad Dybcio1-6/+8
2023-03-21drm/msm: Update generated headersRob Clark1-1/+1
2023-01-16drm/msm/a6xx: Update ROQ size in coredumpAkhil P Oommen1-1/+10
2023-01-16drm/msm/a6xx: Update a6xx gpu coredumpAkhil P Oommen1-1/+49
2022-11-30Merge tag 'drm-msm-next-2022-11-28' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-2/+1
2022-11-17drm/msm/adreno: Simplify read64/write64 helpersRob Clark1-2/+1
2022-10-14drm/msm/a6xx: Remove state objects from list before freeingRob Clark1-1/+3
2022-10-14drm/msm/a6xx: Skip snapshotting unused GMU buffersRob Clark1-0/+3
2022-10-14drm/msm/a6xx: Fix kvzalloc vs state_kcalloc usageRob Clark1-1/+10
2022-09-30drm/msm/a6xx: Replace kcalloc() with kvzalloc()Akhil P Oommen1-9/+3
2021-12-14drm/msm/a6xx: Skip crashdumper state if GPU needs_hw_initRob Clark1-1/+8
2021-11-30drm/msm/gpu: Snapshot GMU debug bufferRob Clark1-0/+12
2021-11-30drm/msm/gpu: Also snapshot GMU HFI bufferRob Clark1-1/+47
2021-11-30drm/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-16drm/msm/a6xx: correct cx_debugbus_read argumentsDmitry Baryshkov1-1/+1
2021-07-28drm/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-03drm: 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