diff options
| author | YiPeng Chai <[email protected]> | 2023-01-17 07:44:25 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-01-19 22:24:26 +0000 |
| commit | a57b24e170b1ffe97c4571b366c0cf1fe09e9a60 (patch) | |
| tree | b2e8d66643a7d9380d6604acd1bfbc9c9304c883 /drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | |
| parent | drm/amd/display: disable S/G display on DCN 3.1.4 (diff) | |
| download | kernel-a57b24e170b1ffe97c4571b366c0cf1fe09e9a60.tar.gz kernel-a57b24e170b1ffe97c4571b366c0cf1fe09e9a60.zip | |
drm/amdgpu: Add sdma ras function on sdma v6_0_3
Add sdma ras function on sdma v6_0_3.
Signed-off-by: YiPeng Chai <[email protected]>
Reviewed-by: Tao Zhou <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h index 2d16e6d36728..fc8528812598 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h @@ -129,5 +129,6 @@ int amdgpu_sdma_init_microcode(struct amdgpu_device *adev, u32 instance, void amdgpu_sdma_destroy_inst_ctx(struct amdgpu_device *adev, bool duplicate); void amdgpu_sdma_unset_buffer_funcs_helper(struct amdgpu_device *adev); +int amdgpu_sdma_ras_sw_init(struct amdgpu_device *adev); #endif |
