Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-15 | drm/amd/amdgpu: Add some documentation to the debugfs entries | Tom St Denis | 1 | -4/+189 | |
Signed-off-by: Tom St Denis <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2018-04-11 | drm/amdgpu: Use dpm_enabled as dpm state flag | Rex Zhu | 1 | -1/+1 | |
driver will set dpm_enabled to true only when module parameter amdgpu_dpm not equal to 0 and smu hw initialize successfully. Reviewed-by: Evan Quan <[email protected]> Reviewed-by: Huang Rui <[email protected]> Signed-off-by: Rex Zhu <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2018-04-03 | drm/amdgpu: Add support for SRBM selection v3 | Andrey Grodzovsky | 1 | -77/+40 | |
Also remove code duplication in write and read regs functions. This also fixes potential missing unlock in amdgpu_debugfs_regs_write in case get_user would fail. v2: Add SRBM mutex locking. v3: Fix TO counter and fix comment location. Signed-off-by: Andrey Grodzovsky <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2018-03-07 | drm/amdgpu: add amdgpu_evict_gtt debugfs entry | Christian König | 1 | -1/+12 | |
Allow evicting all BOs from the GTT domain. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2017-12-18 | drm/amdgpu: move debugfs functions to their own file | Alex Deucher | 1 | -0/+792 | |
amdgpu_device.c was getting pretty cluttered. Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |