diff options
| author | 2018-04-11 15:22:20 -0500 | |
|---|---|---|
| committer | 2018-05-15 13:43:57 -0500 | |
| commit | c3f27c08ec15b61bed2a1af592ab5bdc89fe7dee (patch) | |
| tree | f1f62113e3398ff6665aa2becd95c7fe5bd7f7cd /drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | |
| parent | drm/amdgpu: add VEGAM SDMA firmware support (diff) | |
| download | wireguard-linux-c3f27c08ec15b61bed2a1af592ab5bdc89fe7dee.tar.xz wireguard-linux-c3f27c08ec15b61bed2a1af592ab5bdc89fe7dee.zip | |
drm/amdgpu: add VEGAM SDMA golden settings
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c index add0b80a5355..aa9ab299fd32 100644 --- a/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c @@ -211,6 +211,7 @@ static void sdma_v3_0_init_golden_registers(struct amdgpu_device *adev) break; case CHIP_POLARIS11: case CHIP_POLARIS12: + case CHIP_VEGAM: amdgpu_device_program_register_sequence(adev, golden_settings_polaris11_a11, ARRAY_SIZE(golden_settings_polaris11_a11)); |
