summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: Fix style issues in amdgpu_debugfs.cPraful Swarnakar2023-08-071-1/+2
* drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3)Victor Lu2023-07-181-2/+2
* drm/amd/amdgpu: Fix up locking etc in amdgpu_debugfs_gprwave_ioctl()Dan Carpenter2023-06-091-4/+5
* drm/amdgpu: remove unnecessary (void*) conversionsSu Hui2023-06-091-2/+2
* drm/amd/amdgpu: Update debugfs for XCC support (v3)Tom St Denis2023-06-091-18/+184
* drm/amd/amdgpu: Fix style problems in amdgpu_debugfs.cSrinivasan Shanmugam2023-06-091-13/+15
* drm/amdgpu: add xcc index argument to select_sh_se function v2Le Ma2023-04-181-8/+8
* drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-061-5/+1
* drm/amdgpu: clarify DC checksAlex Deucher2022-11-151-1/+1
* Revert "drm/amdgpu: add debugfs amdgpu_reset_level"Victor Zhao2022-10-181-2/+0
* drm/amd: Add detailed GFXOFF stats to debugfsAndré Almeida2022-08-161-0/+168
* drm/amdgpu: add debugfs amdgpu_reset_levelVictor Zhao2022-08-161-0/+2
* drm/amdgpu: double free error and freeing uninitialized null pointerSebin Sebastian2022-08-101-2/+3
* drm/amd/debugfs: Expose GFXOFF state to userspaceAndré Almeida2022-07-251-2/+47
* drm/amdpgu/debugfs: Simplify some exit pathsAndré Almeida2022-07-051-65/+42
* drm/amdgpu: save the reset dump register value for devcoredumpSomalapuram Amaranath2022-06-061-0/+7
* drm/amdgpu: Add debugfs TA load/unload/invoke supportCandice Li2022-04-211-0/+2
* drm/amd/amdgpu: Update debugfs GCA dataTom St Denis2022-04-111-3/+4
* drm/amdgpu: expand cg_flags from u32 to u64Evan Quan2022-04-081-1/+4
* drm/amdgpu/vcn: Add vcn firmware logRuijing Dong2022-03-041-0/+10
* drm/amdgpu: Fix realloc of ptrTom Rix2022-03-021-2/+7
* Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-03-011-0/+105
|\
| * drm/amdgpu: add debugfs for reset registers listSomalapuram Amaranath2022-02-231-0/+82
| * drm/amdgpu: expose benchmarks via debugfsAlex Deucher2022-02-231-0/+23
* | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-4/+6
|\ \ | |/ |/|
| * drm/amdgpu: Move reset sem into reset_domainAndrey Grodzovsky2022-02-091-4/+6
* | drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v3)Tom St Denis2022-02-171-1/+4
* | drm/amdgpu: Add missing pm_runtime_put_autosuspendYongzhi Liu2022-01-181-1/+3
* | drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan2022-01-141-11/+14
|/
* drm/amdgpu: move smu_debug_mask to a more proper placeEvan Quan2021-12-141-1/+1
* drm/amdgpu: add support for SMU debug optionLang Yu2021-12-131-0/+3
* drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das2021-10-071-5/+3
* drm/amdgpu: return early if debugfs is not initializedNirmoy Das2021-10-061-0/+3
* drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"Christian König2021-10-051-80/+0
* drm/amdgpu: add debugfs access to the IP discovery tableAlex Deucher2021-10-041-0/+5
* drm/amdgpu: Fix a race of IB testxinhui pan2021-09-141-2/+2
* drm/amdgpu: cleanup debugfs for amdgpu ringsNirmoy Das2021-09-141-3/+1
* drm/amdgpu: use IS_ERR for debugfs APIsNirmoy Das2021-09-141-6/+4
* drm/amd/amdgpu: New debugfs interface for MMIO registers (v5)Tom St Denis2021-09-011-0/+152
* drm/amd/amdgpu embed hw_fence into amdgpu_jobJack Zhang2021-08-161-1/+1
* drm/amdgpu: remove amdgpu_vm_ptNirmoy Das2021-06-151-2/+2
* drm/amd/amdgpu/amdgpu_debugfs: Fix a couple of misnamed functionsLee Jones2021-05-211-2/+2
* drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcieKevin Wang2021-03-031-2/+2
* drm/amdgpu: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-02-261-2/+2
* drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das2021-02-181-107/+49
* drm/amd/pm: do not use drm middle layer for debugfsNirmoy Das2021-02-181-5/+1
* drm/amd/display: do not use drm middle layer for debugfsNirmoy Das2021-02-181-4/+2
* drm/amdgpu: do not keep debugfs dentryNirmoy Das2021-02-181-11/+9
* Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...Daniel Vetter2021-01-201-0/+3
|\
| * drm/amdgpu: Add secure display TA interfaceJinzhou Su2021-01-131-0/+3