Commit 3a4dc27b authored by Huang Rui's avatar Huang Rui Committed by Alex Deucher

drm/amd/powerplay: modify the feature mask to enable gfx/soc dpm

So far, the gfx/soc dpm is enabled with feature mask set.
Signed-off-by: default avatarHuang Rui <ray.huang@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 879af1c6
...@@ -119,8 +119,8 @@ navi10_get_unallowed_feature_mask(struct smu_context *smu, ...@@ -119,8 +119,8 @@ navi10_get_unallowed_feature_mask(struct smu_context *smu,
if (num > 2) if (num > 2)
return -EINVAL; return -EINVAL;
feature_mask[0] = 0x0C677844; feature_mask[0] = 0xffffffe4;
feature_mask[1] = 0xFFFFFF28; /* bit32~bit63 is Unsupported */ feature_mask[1] = 0xffffffff; /* bit32~bit63 is Unsupported */
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment