|
@@ -715,7 +715,8 @@ static int vce_v3_0_set_clockgating_state(void *handle,
|
|
|
bool enable = (state == AMD_CG_STATE_GATE) ? true : false;
|
|
|
int i;
|
|
|
|
|
|
- if (adev->asic_type == CHIP_POLARIS10)
|
|
|
+ if ((adev->asic_type == CHIP_POLARIS10) ||
|
|
|
+ (adev->asic_type == CHIP_TONGA))
|
|
|
vce_v3_0_set_bypass_mode(adev, enable);
|
|
|
|
|
|
if (!(adev->cg_flags & AMD_CG_SUPPORT_VCE_MGCG))
|