Age | Commit message (Expand) | Author | Files | Lines |
2024-11-05 | drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read() | Alex Deucher | 1 | -1/+1 |
2024-11-05 | drm/amdgpu: Adjust debugfs eviction and IB access permissions | Alex Deucher | 1 | -3/+3 |
2024-11-05 | drm/amdgpu: Adjust debugfs register access permissions | Alex Deucher | 1 | -1/+1 |
2024-08-06 | drm/amdgpu: Remove debugfs amdgpu_reset_dump_register_list | Sunil Khatri | 1 | -96/+0 |
2024-05-23 | drm/amdgpu: fix invadate operation for pg_flags | Jesse Zhang | 1 | -2/+2 |
2024-05-13 | drm/amdgpu/umsch: add support to capture fw debug log | Saleemkhan Jamadar | 1 | -0/+3 |
2024-04-26 | drm/amdgpu: fix the warning about the expression (int)size - len | Jesse Zhang | 1 | -2/+3 |
2024-03-04 | drm/amdgpu: change vm->task_info handling | Shashank Sharma | 1 | -2/+7 |
2024-01-31 | drm/amdgpu: Fix the warning info in mode1 reset | Ma Jun | 1 | -4/+4 |
2024-01-03 | drm/amdgpu: Add register read/write debugfs support for AID's | Mangesh Gadre | 1 | -2/+9 |
2023-12-14 | drm/amdgpu/debugfs: fix error code when smc register accessors are NULL | Alex Deucher | 1 | -2/+2 |
2023-12-07 | drm/amdgpu: SW part of MES event log enablement | shaoyunl | 1 | -0/+2 |
2023-12-05 | Merge tag 'amd-drm-next-6.8-2023-12-01' of https://gitlab.freedesktop.org/agd... | Dave Airlie | 1 | -0/+6 |
2023-11-29 | drm/amdgpu: Fix cat debugfs amdgpu_regs_didt causes kernel null pointer | Lu Yao | 1 | -0/+6 |
2023-11-15 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -5/+11 |
2023-11-01 | drm/sched: Add drm_sched_wqueue_* helpers | Matthew Brost | 1 | -7/+8 |
2023-10-26 | drm/amdgpu: Fix a null pointer access when the smc_rreg pointer is NULL | Qu Huang | 1 | -0/+6 |
2023-10-20 | drm/amdgpu: Encapsulate all device reset info | André Almeida | 1 | -5/+5 |
2023-08-07 | drm/amdgpu: Fix style issues in amdgpu_debugfs.c | Praful Swarnakar | 1 | -1/+2 |
2023-07-18 | drm/amdgpu: Add RLCG interface driver implementation for gfx v9.4.3 (v3) | Victor Lu | 1 | -2/+2 |
2023-06-09 | drm/amd/amdgpu: Fix up locking etc in amdgpu_debugfs_gprwave_ioctl() | Dan Carpenter | 1 | -4/+5 |
2023-06-09 | drm/amdgpu: remove unnecessary (void*) conversions | Su Hui | 1 | -2/+2 |
2023-06-09 | drm/amd/amdgpu: Update debugfs for XCC support (v3) | Tom St Denis | 1 | -18/+184 |
2023-06-09 | drm/amd/amdgpu: Fix style problems in amdgpu_debugfs.c | Srinivasan Shanmugam | 1 | -13/+15 |
2023-04-18 | drm/amdgpu: add xcc index argument to select_sh_se function v2 | Le Ma | 1 | -8/+8 |
2022-12-06 | drm/ttm: remove ttm_bo_(un)lock_delayed_workqueue | Christian König | 1 | -5/+1 |
2022-11-15 | drm/amdgpu: clarify DC checks | Alex Deucher | 1 | -1/+1 |
2022-10-18 | Revert "drm/amdgpu: add debugfs amdgpu_reset_level" | Victor Zhao | 1 | -2/+0 |
2022-08-16 | drm/amd: Add detailed GFXOFF stats to debugfs | André Almeida | 1 | -0/+168 |
2022-08-16 | drm/amdgpu: add debugfs amdgpu_reset_level | Victor Zhao | 1 | -0/+2 |
2022-08-10 | drm/amdgpu: double free error and freeing uninitialized null pointer | Sebin Sebastian | 1 | -2/+3 |
2022-07-25 | drm/amd/debugfs: Expose GFXOFF state to userspace | André Almeida | 1 | -2/+47 |
2022-07-05 | drm/amdpgu/debugfs: Simplify some exit paths | André Almeida | 1 | -65/+42 |
2022-06-06 | drm/amdgpu: save the reset dump register value for devcoredump | Somalapuram Amaranath | 1 | -0/+7 |
2022-04-21 | drm/amdgpu: Add debugfs TA load/unload/invoke support | Candice Li | 1 | -0/+2 |
2022-04-11 | drm/amd/amdgpu: Update debugfs GCA data | Tom St Denis | 1 | -3/+4 |
2022-04-08 | drm/amdgpu: expand cg_flags from u32 to u64 | Evan Quan | 1 | -1/+4 |
2022-03-04 | drm/amdgpu/vcn: Add vcn firmware log | Ruijing Dong | 1 | -0/+10 |
2022-03-02 | drm/amdgpu: Fix realloc of ptr | Tom Rix | 1 | -2/+7 |
2022-03-01 | Merge tag 'amd-drm-next-5.18-2022-02-25' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 1 | -0/+105 |
2022-02-25 | Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 1 | -4/+6 |
2022-02-23 | drm/amdgpu: add debugfs for reset registers list | Somalapuram Amaranath | 1 | -0/+82 |
2022-02-23 | drm/amdgpu: expose benchmarks via debugfs | Alex Deucher | 1 | -0/+23 |
2022-02-17 | drm/amd/amdgpu: Add APU flag to gca_config debugfs data (v3) | Tom St Denis | 1 | -1/+4 |
2022-02-09 | drm/amdgpu: Move reset sem into reset_domain | Andrey Grodzovsky | 1 | -4/+6 |
2022-01-18 | drm/amdgpu: Add missing pm_runtime_put_autosuspend | Yongzhi Liu | 1 | -1/+3 |
2022-01-14 | drm/amd/pm: do not expose implementation details to other blocks out of power | Evan Quan | 1 | -11/+14 |
2021-12-14 | drm/amdgpu: move smu_debug_mask to a more proper place | Evan Quan | 1 | -1/+1 |
2021-12-13 | drm/amdgpu: add support for SMU debug option | Lang Yu | 1 | -0/+3 |
2021-10-07 | drm/amdgpu: unify BO evicting method in amdgpu_ttm | Nirmoy Das | 1 | -5/+3 |