summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-13drm/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-10drm/amdgpu: fix preemption unit testJack Xiao1-5/+15
2020-07-10drm/amd/powerplay: revise calling chain on retrieving frequency rangeEvan Quan1-1/+1
2020-07-10drm/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
2020-03-13drm/amd/amdgpu: Fix GPR read from debugfs (v2)Tom St Denis1-3/+3
2020-03-13drm/amdgpu: use amdgpu_ras.h in amdgpu_debugfs.cStanley.Yang1-1/+1
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou1-0/+3
2020-03-05drm/amdgpu: Add debugfs interface to set arbitrary sclk for navi14 (v2)Chengming Gui1-0/+43
2020-02-28drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao1-30/+0
2020-02-26drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)Alex Deucher1-0/+8
2020-02-26drm/amdgpu/ring: move debugfs init into core amdgpu debugfsAlex Deucher1-1/+22
2020-02-26drm/amdgpu/firmware: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+4
2020-02-26drm/amdgpu/regs: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+4
2020-02-26drm/amdgpu/gem: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+4
2020-02-26drm/amdgpu/fence: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+3
2020-02-26drm/amdgpu/sa: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+4
2020-02-26drm/amdgpu/pm: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+7
2020-02-26drm/amdgpu/ttm: move debugfs init into core amdgpu debugfsAlex Deucher1-0/+10
2020-02-26drm/amdgpu: rename amdgpu_debugfs_preempt_cleanupAlex Deucher1-2/+2
2020-02-26drm/amd/amdgpu: Add gfxoff debugfs entryTom St Denis1-0/+56
2020-01-14drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher1-7/+126
2019-12-23drm/amdgpu: use true, false for bool variable in amdgpu_debugfs.czhengbin1-3/+3
2019-11-07drm/amdgpu: Avoid accidental thread reactivation.Andrey Grodzovsky1-0/+10
2019-10-30drm/amdgpu: Remove superfluous void * cast in debugfs_create_file() callGeert Uytterhoeven1-2/+2
2019-09-16drm/amdgpu: remove the redundant null checkszhong jiang1-4/+2
2019-07-31drm/amdgpu: fix a potential information leaking bugWang Xiayang1-1/+1
2019-07-17drm/amd/amdgpu: Fix offset for vmid selection in debugfs interfaceTom St Denis1-1/+1
2019-07-16drm/amd/amdgpu: Add VMID to SRBM debugfs bank selectionTom St Denis1-4/+5
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-2/+5