summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26drm/amdgpu: fix the warning about the expression (int)size - lenJesse Zhang1-2/+3
2024-03-04drm/amdgpu: change vm->task_info handlingShashank Sharma1-2/+7
2024-01-31drm/amdgpu: Fix the warning info in mode1 resetMa Jun1-4/+4
2024-01-03drm/amdgpu: Add register read/write debugfs support for AID'sMangesh Gadre1-2/+9
2023-12-14drm/amdgpu/debugfs: fix error code when smc register accessors are NULLAlex Deucher1-2/+2
2023-12-07drm/amdgpu: SW part of MES event log enablementshaoyunl1-0/+2
2023-12-05Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd...Dave Airlie1-0/+6
2023-11-29drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointerLu Yao1-0/+6
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard1-5/+11
2023-11-01drm/sched: Add drm_sched_wqueue_* helpersMatthew Brost1-7/+8
2023-10-26drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULLQu Huang1-0/+6
2023-10-20drm/amdgpu: Encapsulate all device reset infoAndré Almeida1-5/+5
2023-08-07drm/amdgpu: Fix style issues in amdgpu_debugfs.cPraful Swarnakar1-1/+2
2023-07-18drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3)Victor Lu1-2/+2
2023-06-09drm/amd/amdgpu: Fix up locking etc in amdgpu_debugfs_gprwave_ioctl()Dan Carpenter1-4/+5
2023-06-09drm/amdgpu: remove unnecessary (void*) conversionsSu Hui1-2/+2
2023-06-09drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis1-18/+184
2023-06-09drm/amd/amdgpu: Fix style problems in amdgpu_debugfs.cSrinivasan Shanmugam1-13/+15
2023-04-18drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma1-8/+8
2022-12-06drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König1-5/+1
2022-11-15drm/amdgpu: clarify DC checksAlex Deucher1-1/+1
2022-10-18Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao1-2/+0
2022-08-16drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida1-0/+168
2022-08-16drm/amdgpu: add debugfs amdgpu_reset_levelVictor Zhao1-0/+2
2022-08-10drm/amdgpu: double free error and freeing uninitialized null pointerSebin Sebastian1-2/+3
2022-07-25drm/amd/debugfs: Expose GFXOFF state to userspaceAndré Almeida1-2/+47
2022-07-05drm/amdpgu/debugfs: Simplify some exit pathsAndré Almeida1-65/+42
2022-06-06drm/amdgpu: save the reset dump register value for devcoredumpSomalapuram Amaranath1-0/+7
2022-04-21drm/amdgpu: Add debugfs TA load/unload/invoke supportCandice Li1-0/+2
2022-04-11drm/amd/amdgpu: Update debugfs GCA dataTom St Denis1-3/+4
2022-04-08drm/amdgpu: expand cg_flags from u32 to u64Evan Quan1-1/+4
2022-03-04drm/amdgpu/vcn: Add vcn firmware logRuijing Dong1-0/+10
2022-03-02drm/amdgpu: Fix realloc of ptrTom Rix1-2/+7
2022-03-01Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie1-0/+105
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-4/+6
2022-02-23drm/amdgpu: add debugfs for reset registers listSomalapuram Amaranath1-0/+82
2022-02-23drm/amdgpu: expose benchmarks via debugfsAlex Deucher1-0/+23
2022-02-17drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v3)Tom St Denis1-1/+4
2022-02-09drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky1-4/+6
2022-01-18drm/amdgpu: Add missing pm_runtime_put_autosuspendYongzhi Liu1-1/+3
2022-01-14drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-11/+14
2021-12-14drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan1-1/+1
2021-12-13drm/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