drm/amdgpu: Add support for dpc to the product

Add support for dpc to the product

Signed-off-by: Ce Sun <cesun102@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Ce Sun 2025-08-21 16:27:57 +08:00 committed by Alex Deucher
parent e68197aa2b
commit 863a17904a

View File

@ -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;