#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" ref='https://universe.0xinfinity.dev/distro/kernel/atom/drivers/gpu/drm/amd/amdgpu/si_dma.c?h=linux-6.1.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/si_dma.c
AgeCommit message (Expand)Author
2022-05-04drm/amdgpu: use ring structure to access rptr/wptr v2Jack Xiao
2022-04-26drm/amdgpu/sdma: Remove redundant lower_32_bits() calls when settings SDMA do...Haohui Mai
2021-05-21drm/amd/amdgpu/si_dma: Fix some function name disparityLee Jones
2021-04-09drm/amdgpu: add the sched_score to amdgpu_ring_initChristian König
2020-11-24drm/amd/amdgpu/si_dma: Fix a bunch of function documentation issuesLee Jones
2020-04-28drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu
2020-04-09drm/amdgpu: rework sched_list generationNirmoy Das
2020-04-01drm/amdgpu: stop disable the scheduler during HW finiChristian König
2020-04-01drm/amdgpu: implement more ib pools (v2)xinhui pan