mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amdgpu: add VEGAM GMC 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>
This commit is contained in:
parent
589ecd753a
commit
13b75aac5d
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ static void gmc_v8_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));
|
||||
|
|
Loading…
Add table
Reference in a new issue