Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-14 | drm/amdgpu: add get_clock_info for atomfirmware | Alex Deucher | 1 | -0/+1 | |
The information has moved to different tables, notably smu_info for core refclk and umc_info for mem refclk. Acked-by: Chunming Zhou <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2017-07-14 | drm/amdgpu/atomfirmware: implement vram_width for APUs | Alex Deucher | 1 | -0/+1 | |
Implement support using the new atomfirmware system info table. Reviewed-by: Hawking Zhang <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2017-07-14 | drm/amdgpu: unify some atombios/atomfirmware scratch reg functions | Alex Deucher | 1 | -4/+0 | |
Now that we use a pointer to the scratch reg start offset, most of the functions were duplicated. Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2017-05-10 | drm/amdgpu/atomfirmware: add function to update engine hang status | Alex Deucher | 1 | -0/+2 | |
Update the scratch reg for when the engine is hung. Reviewed-by: Chunming Zhou <[email protected]> Acked-by: Harry Wentland <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]> | |||||
2017-03-29 | drm/amdgpu: add basic support for atomfirmware.h (v3) | Alex Deucher | 1 | -0/+33 | |
This adds basic support for asics that use atomfirmware.h to define their vbios tables. v2: rebase v3: squash in num scratch reg fix Acked-by: Christian König <[email protected]> Reviewed-by: Ken Wang <[email protected]> Signed-off-by: Alex Deucher <[email protected]> |