Add support for dpc to the product

Signed-off-by: Ce Sun <cesun...@amd.com>
---
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c 
b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
index a4be035fff30..d65c912d2408 100644
--- a/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
+++ b/drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
@@ -3135,7 +3135,7 @@ static inline bool 
smu_v13_0_6_is_link_reset_supported(struct smu_context *smu)
        struct amdgpu_device *adev = smu->adev;
        int var = (adev->pdev->device & 0xF);
 
-       if (var == 0x1 || var == 0x0)
+       if (var == 0x0 || var == 0x1 || var == 0x3)
                return true;
 
        return false;
-- 
2.34.1

Reply via email to