aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-241-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-141-0/+3
* | Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-151-2/+2
|\|
| * drm/amd/amdgpu/amdgpu_debugfs: Demote obvious abuse of kernel-doc formattingLee Jones2020-11-131-2/+2
* | gpu/drm: ring_mirror_list --> pending_listLuben Tuikov2020-12-081-2/+2
* | drm/scheduler: "node" --> "list"Luben Tuikov2020-12-081-3/+3
|/
* Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-5/+38
|\
| * drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma2020-11-021-5/+5
| * drm/amdgpu: added support for psp fw attestationJohn Clements2020-10-261-0/+3
| * drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel2020-10-151-0/+30
* | Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-11-041-1/+4
|\ \ | |/ |/|
| * drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-071-1/+4
* | drm/amdgpu: support indirect access reg outside of mmio bar (v2)Hawking Zhang2020-10-011-1/+1
|/
* drm/amdgpu: Get DRM dev from adev by inline-fLuben Tuikov2020-08-241-89/+89
* drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-4/+4
* drm/amdgpu: change reset lock from mutex to rw_semaphoreDennis Li2020-08-241-7/+16
* drm/amdgpu: refine codes to avoid reentering GPU recoveryDennis Li2020-08-241-1/+1
* drm/amdgpu: revert "fix system hang issue during GPU reset"Christian König2020-08-141-7/+7
* drm/amdgpu: add debugfs interface for RAP testWenhui Sheng2020-08-141-0/+3
* drm/amdgpu: fix system hang issue during GPU resetDennis Li2020-07-271-7/+7
* drm/amdgpu: add read amdgpu_gfxoff status in debugfsJinzhou.Su2020-07-211-0/+53
* drm/amdgpu: fix preemption unit testJack Xiao2020-07-101-5/+15