[PATCH] drm/amdgpu: Include sienna_cichlid in USBC PD FW support.

Andrey Grodzovsky Andrey.Grodzovsky at amd.com
Mon Sep 14 14:32:11 UTC 2020


Ping

Andrey

On 9/10/20 2:05 PM, Andrey Grodzovsky wrote:
> Create sysfs interface also for sienna_cichlid.
>
> Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky at amd.com>
> ---
>   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;


More information about the amd-gfx mailing list