[AMD Public Use]

Reviewed-by: Alex Deucher <[email protected]>
________________________________
From: Grodzovsky, Andrey <[email protected]>
Sent: Monday, September 14, 2020 10:32 AM
To: [email protected] <[email protected]>
Cc: Deucher, Alexander <[email protected]>
Subject: Re: [PATCH] drm/amdgpu: Include sienna_cichlid in USBC PD FW support.

Ping

Andrey

On 9/10/20 2:05 PM, Andrey Grodzovsky wrote:
> Create sysfs interface also for sienna_cichlid.
>
> Signed-off-by: Andrey Grodzovsky <[email protected]>
> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c 
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
> index a7771aa..600015e 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
> @@ -178,7 +178,7 @@ static int psp_sw_init(void *handle)
>                return ret;
>        }
>
> -     if (adev->asic_type == CHIP_NAVI10) {
> +     if (adev->asic_type == CHIP_NAVI10 || adev->asic_type == 
> CHIP_SIENNA_CICHLID) {
>                ret= psp_sysfs_init(adev);
>                if (ret) {
>                        return ret;
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to