[PATCH] drm/amd/powerplay: add check for baco support on Arcturus
Alex Deucher
alexdeucher at gmail.com
Tue Dec 24 18:08:01 UTC 2019
On Tue, Dec 24, 2019 at 4:29 AM Evan Quan <evan.quan at amd.com> wrote:
>
> This is used to determine whether runtime pm can be
> supported or not.
>
> Change-Id: I0b6452ae56094d768ece23ba62476f410f19e57b
> Signed-off-by: Evan Quan <evan.quan at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> drivers/gpu/drm/amd/amdgpu/soc15.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c
> index b53d40177e93..a0615640082a 100644
> --- a/drivers/gpu/drm/amd/amdgpu/soc15.c
> +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c
> @@ -613,6 +613,7 @@ static bool soc15_supports_baco(struct amdgpu_device *adev)
> switch (adev->asic_type) {
> case CHIP_VEGA10:
> case CHIP_VEGA12:
> + case CHIP_ARCTURUS:
> soc15_asic_get_baco_capability(adev, &baco_support);
> break;
> case CHIP_VEGA20:
> --
> 2.24.0
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list