summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-21drm/amdgpu: mark the partial job as preempted in mcbp unit testJack Xiao1-12/+32
2019-06-21drm/amdgpu: add mcbp unit test in debugfs (v3)Jack Xiao1-0/+158
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-2/+5
2019-03-19drm/amd/powerplay: implement sysfs of amdgpu_get_busy_percent for smu11Kevin Wang1-4/+3
2019-02-13drm/amdgpu: don't clamp debugfs register access to the BAR sizeAlex Deucher1-3/+0
2018-10-16drm/amd/amdgpu: Fix debugfs error handlingDan Carpenter1-10/+2
2018-05-15drm/amd/amdgpu: Add some documentation to the debugfs entriesTom St Denis1-4/+189
2018-04-11drm/amdgpu: Use dpm_enabled as dpm state flagRex Zhu1-1/+1
2018-04-03drm/amdgpu: Add support for SRBM selection v3Andrey Grodzovsky1-77/+40
2018-03-07drm/amdgpu: add amdgpu_evict_gtt debugfs entryChristian König1-1/+12
2017-12-18drm/amdgpu: move debugfs functions to their own fileAlex Deucher1-0/+792