aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
AgeCommit message (Expand)Author
2021-03-03drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang
2021-01-20Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...Daniel Vetter
2021-01-13drm/amdgpu: Add secure display TA interfaceJinzhou Su
2020-12-15Merge drm/drm-next into drm-misc-nextMaarten Lankhorst
2020-12-08gpu/drm: ring_mirror_list --> pending_listLuben Tuikov
2020-12-08drm/scheduler: "node" --> "list"Luben Tuikov
2020-11-13drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formattingLee Jones
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma
2020-10-26drm/amdgpu: added support for psp fw attestationJohn Clements
2020-10-15drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König
2020-10-01drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang
2020-08-24drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov
2020-08-24drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov
2020-08-24drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li
2020-08-24drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li
2020-08-14drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König
2020-08-14drm/amdgpu: add debugfs interface for RAP testWenhui Sheng
2020-07-27drm/amdgpu: fix system hang issue during GPU resetDennis Li
2020-07-21drm/amdgpu: add read amdgpu_gfxoff status in debugfsJinzhou.Su
2020-07-10drm/amdgpu: fix preemption unit testJack Xiao
2020-07-10drm/amd/powerplay: revise calling chain on retrieving frequency rangeEvan Quan
2020-07-10drm/amd/powerplay: revise calling chain on setting soft limitEvan Quan
2020-07-01drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync failsAlex Deucher
2020-07-01drm/amdgpu/debugfs: fix memory leak when amdgpu_virt_enable_access_debugfs fa...Chen Tao
2020-07-01drm/amdgpu/debugfs: fix memory leak when pm_runtime_get_sync failedChen Tao
2020-05-18drm/amdgpu: Add autodump debugfs node for gpu reset v8Jiange Zhao
2020-04-13drm/amdgpu: restrict debugfs register access under SR-IOVYintian Tao
2020-03-16drm/amdgpu: revise RLCG access pathMonk Liu
2020-03-13drm/amd/amdgpu: Fix GPR read from debugfs (v2)Tom St Denis
2020-03-13drm/amdgpu: use amdgpu_ras.h in amdgpu_debugfs.cStanley.Yang
2020-03-10drm/amdgpu: call ras_debugfs_create_all in debugfs_initTao Zhou
2020-03-05drm/amdgpu: Add debugfs interface to set arbitrary sclk for navi14 (v2)Chengming Gui
2020-02-28drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao
2020-02-26drm/amdgpu/display: move debugfs init into core amdgpu debugfs (v2)Alex Deucher
2020-02-26drm/amdgpu/ring: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/firmware: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/regs: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/gem: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/fence: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/sa: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/pm: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu/ttm: move debugfs init into core amdgpu debugfsAlex Deucher
2020-02-26drm/amdgpu: rename amdgpu_debugfs_preempt_cleanupAlex Deucher
2020-02-26drm/amd/amdgpu: Add gfxoff debugfs entryTom St Denis
2020-01-14drm/amdgpu/debugfs: properly handle runtime pmAlex Deucher
2019-12-23drm/amdgpu: use true, false for bool variable in amdgpu_debugfs.czhengbin
2019-11-07drm/amdgpu: Avoid accidental thread reactivation.Andrey Grodzovsky