Skip to content
Snippets Groups Projects
Commit 9f76156a authored by Evan Quan's avatar Evan Quan
Browse files

drm/amd/pm: enable GFX ULV feature support for SMU13.0.0


The feature is ready with latest firmwares.

Signed-off-by: default avatarEvan Quan <evan.quan@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Change-Id: I4907ef8c96eb8933db01818d7431afb3778d1afd
parent 4ecd7749
No related branches found
No related tags found
No related merge requests found
......@@ -313,6 +313,9 @@ smu_v13_0_0_get_allowed_feature_mask(struct smu_context *smu,
*(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_DPM_GFX_POWER_OPTIMIZER_BIT);
if (adev->pm.pp_feature & PP_ULV_MASK)
*(uint64_t *)feature_mask |= FEATURE_MASK(FEATURE_GFX_ULV_BIT);
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment