Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Ce Sun and committed by
Alex Deucher
863a1790 e68197aa

+1 -1
+1 -1
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c
··· 3135 3135 struct amdgpu_device *adev = smu->adev; 3136 3136 int var = (adev->pdev->device & 0xF); 3137 3137 3138 - if (var == 0x1 || var == 0x0) 3138 + if (var == 0x0 || var == 0x1 || var == 0x3) 3139 3139 return true; 3140 3140 3141 3141 return false;