summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-15drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-11/+14
2021-12-15drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan1-1/+1
2021-12-14drm/amdgpu: add support for SMU debug optionLang Yu1-0/+3
2021-10-07drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das1-5/+3
2021-10-06drm/amdgpu: return early if debugfs is not initializedNirmoy Das1-0/+3
2021-10-05drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"Christian König1-80/+0
2021-10-04drm/amdgpu: add debugfs access to the IP discovery tableAlex Deucher1-0/+5
2021-09-14drm/amdgpu: Fix a race of IB testxinhui pan1-2/+2
2021-09-14drm/amdgpu: cleanup debugfs for amdgpu ringsNirmoy Das1-3/+1
2021-09-14drm/amdgpu: use IS_ERR for debugfs APIsNirmoy Das1-6/+4
2021-09-01drm/amd/amdgpu: New debugfs interface for MMIO registers (v5)Tom St Denis1-0/+152
2021-08-16drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang1-1/+1
2021-06-16drm/amdgpu: remove amdgpu_vm_ptNirmoy Das1-2/+2
2021-05-21drm/amd/amdgpu/amdgpu_debugfs: Fix a couple of misnamed functionsLee Jones1-2/+2
2021-03-03drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang1-2/+2
2021-02-27drm/amdgpu: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-2/+2
2021-02-19drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das1-107/+49
2021-02-19drm/amd/pm: do not use drm middle layer for debugfsNirmoy Das1-5/+1
2021-02-19drm/amd/display: do not use drm middle layer for debugfsNirmoy Das1-4/+2
2021-02-19drm/amdgpu: do not keep debugfs dentryNirmoy Das1-11/+9
2021-01-20Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-0/+3
2021-01-14drm/amdgpu: Add secure display TA interfaceJinzhou Su1-0/+3
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst1-2/+2
2020-12-08gpu/drm: ring_mirror_list --> pending_listLuben Tuikov1-2/+2
2020-12-08drm/scheduler: "node" --> "list"Luben Tuikov1-3/+3
2020-11-14drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formattingLee Jones1-2/+2
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-5/+38
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+4
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma1-5/+5
2020-10-26drm/amdgpu: added support for psp fw attestationJohn Clements1-0/+3
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel1-0/+30
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-1/+4
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang1-1/+1
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov1-89/+89
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov1-4/+4
2020-08-24drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li1-7/+16
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li1-1/+1
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König1-7/+7
2020-08-14drm/amdgpu: add debugfs interface for RAP testWenhui Sheng1-0/+3
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li1-7/+7
2020-07-21drm/amdgpu: add read amdgpu_gfxoff status in debugfsJinzhou.Su1-0/+53
2020-07-11drm/amdgpu: fix preemption unit testJack Xiao1-5/+15
2020-07-11drm/amd/powerplay: revise calling chain on retrieving frequency rangeEvan Quan1-1/+1
2020-07-11drm/amd/powerplay: revise calling chain on setting soft limitEvan Quan1-1/+3
2020-07-01drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync failsAlex Deucher1-25/+70
2020-07-01drm/amdgpu/debugfs: fix memory leak when amdgpu_virt_enable_access_debugfs fa...Chen Tao1-1/+1
2020-07-01drm/amdgpu/debugfs: fix memory leak when pm_runtime_get_sync failedChen Tao1-3/+6
2020-05-18drm/amdgpu: Add autodump debugfs node for gpu reset v8Jiange Zhao1-1/+77
2020-04-13drm/amdgpu: restrict debugfs register access under SR-IOVYintian Tao1-4/+69
2020-03-16drm/amdgpu: revise RLCG access pathMonk Liu1-1/+1