提交 02dfc707 编写于 作者: J Joshua Aberback 提交者: Alex Deucher

drm/amd/display: Add Polaris12 to bw_calc

Signed-off-by: NJoshua Aberback <Joshua.Aberback@amd.com>
Reviewed-by: NTony Cheng <Tony.Cheng@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 0ea9e02a
...@@ -44,9 +44,9 @@ static enum bw_calcs_version bw_calcs_version_from_asic_id(struct hw_asic_id asi ...@@ -44,9 +44,9 @@ static enum bw_calcs_version bw_calcs_version_from_asic_id(struct hw_asic_id asi
case FAMILY_VI: case FAMILY_VI:
if (ASIC_REV_IS_POLARIS10_P(asic_id.hw_internal_rev)) if (ASIC_REV_IS_POLARIS10_P(asic_id.hw_internal_rev))
// || ASIC_REV_IS_POLARIS12_V(asic_id.hw_internal_rev)
return BW_CALCS_VERSION_POLARIS10; return BW_CALCS_VERSION_POLARIS10;
if (ASIC_REV_IS_POLARIS11_M(asic_id.hw_internal_rev)) if (ASIC_REV_IS_POLARIS11_M(asic_id.hw_internal_rev) ||
ASIC_REV_IS_POLARIS12_V(asic_id.hw_internal_rev))
return BW_CALCS_VERSION_POLARIS11; return BW_CALCS_VERSION_POLARIS11;
return BW_CALCS_VERSION_INVALID; return BW_CALCS_VERSION_INVALID;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册