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

drm/amd/powerplay: add check for baco support on Arcturus

This is used to determine whether runtime pm can be
supported or not.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Evan Quan and committed by
Alex Deucher
b8ab58f3 60bd99fd

+1
+1
drivers/gpu/drm/amd/amdgpu/soc15.c
··· 613 613 switch (adev->asic_type) { 614 614 case CHIP_VEGA10: 615 615 case CHIP_VEGA12: 616 + case CHIP_ARCTURUS: 616 617 soc15_asic_get_baco_capability(adev, &baco_support); 617 618 break; 618 619 case CHIP_VEGA20: