[PATCH] drm/amdgpu: add ta firmware load for green-sardine

Alex Deucher alexdeucher at gmail.com
Thu Nov 5 13:55:22 UTC 2020


Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

On Thu, Nov 5, 2020 at 8:27 AM <Roman.Li at amd.com> wrote:
>
> From: Roman Li <roman.li at amd.com>
>
> [Why]
> In preparation to enabling hdcp on green sardine.
>
> [How]
> Add green-sardine ta f/w loading in psp_v12
>
> Signed-off-by: Roman Li <roman.li at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/psp_v12_0.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c
> index dff5c15b4858..c4828bd3264b 100644
> --- a/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/psp_v12_0.c
> @@ -40,6 +40,7 @@
>  MODULE_FIRMWARE("amdgpu/renoir_asd.bin");
>  MODULE_FIRMWARE("amdgpu/renoir_ta.bin");
>  MODULE_FIRMWARE("amdgpu/green_sardine_asd.bin");
> +MODULE_FIRMWARE("amdgpu/green_sardine_ta.bin");
>
>  /* address block */
>  #define smnMP1_FIRMWARE_FLAGS          0x3010024
> --
> 2.17.1
>
> _______________________________________________
> 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