mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
drm/amdgpu: Add support for dpc to a series of products
Add support for dpc to a series of products 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:
parent
01479d1406
commit
b9dba6a644
|
|
@ -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)
|
||||
if (var == 0x1 || var == 0x0)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user