All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/psp: declare PSP TA firmware
@ 2019-10-16  2:48 chen gong
       [not found] ` <1571194113-22696-1-git-send-email-curry.gong-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: chen gong @ 2019-10-16  2:48 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
  Cc: Bhawanpreet.Lakha-5C7GfCeVMHo, chen gong

Add PSP TA firmware declaration for raven raven2 picasso

Signed-off-by: chen gong <curry.gong@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
index b96484a..b345e69 100644
--- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
@@ -40,6 +40,9 @@
 MODULE_FIRMWARE("amdgpu/raven_asd.bin");
 MODULE_FIRMWARE("amdgpu/picasso_asd.bin");
 MODULE_FIRMWARE("amdgpu/raven2_asd.bin");
+MODULE_FIRMWARE("amdgpu/picasso_ta.bin");
+MODULE_FIRMWARE("amdgpu/raven2_ta.bin");
+MODULE_FIRMWARE("amdgpu/raven_ta.bin");
 
 static int psp_v10_0_init_microcode(struct psp_context *psp)
 {
-- 
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/amdgpu/psp: declare PSP TA firmware
       [not found] ` <1571194113-22696-1-git-send-email-curry.gong-5C7GfCeVMHo@public.gmane.org>
@ 2019-10-16 12:45   ` Deucher, Alexander
  2019-11-20 12:36     ` Mike Lothian
  1 sibling, 0 replies; 6+ messages in thread
From: Deucher, Alexander @ 2019-10-16 12:45 UTC (permalink / raw)
  To: Gong, Curry, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Lakha, Bhawanpreet


[-- Attachment #1.1: Type: text/plain, Size: 1573 bytes --]

Reviewed-by: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
________________________________
From: amd-gfx <amd-gfx-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org> on behalf of chen gong <curry.gong-5C7GfCeVMHo@public.gmane.org>
Sent: Tuesday, October 15, 2019 10:48 PM
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org <amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Cc: Lakha, Bhawanpreet <Bhawanpreet.Lakha-5C7GfCeVMHo@public.gmane.org>; Gong, Curry <Curry.Gong@amd.com>
Subject: [PATCH] drm/amdgpu/psp: declare PSP TA firmware

Add PSP TA firmware declaration for raven raven2 picasso

Signed-off-by: chen gong <curry.gong-5C7GfCeVMHo@public.gmane.org>
---
 drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
index b96484a..b345e69 100644
--- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
@@ -40,6 +40,9 @@
 MODULE_FIRMWARE("amdgpu/raven_asd.bin");
 MODULE_FIRMWARE("amdgpu/picasso_asd.bin");
 MODULE_FIRMWARE("amdgpu/raven2_asd.bin");
+MODULE_FIRMWARE("amdgpu/picasso_ta.bin");
+MODULE_FIRMWARE("amdgpu/raven2_ta.bin");
+MODULE_FIRMWARE("amdgpu/raven_ta.bin");

 static int psp_v10_0_init_microcode(struct psp_context *psp)
 {
--
2.7.4

_______________________________________________
amd-gfx mailing list
amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

[-- Attachment #1.2: Type: text/html, Size: 2647 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/amdgpu/psp: declare PSP TA firmware
@ 2019-11-20 12:36     ` Mike Lothian
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Lothian @ 2019-11-20 12:36 UTC (permalink / raw)
  To: chen gong; +Cc: Bhawanpreet.Lakha-5C7GfCeVMHo, amd-gfx list

Hi

Any idea where I can find those blobs?

Cheers

Mike

On Wed, 16 Oct 2019 at 03:48, chen gong <curry.gong@amd.com> wrote:
>
> Add PSP TA firmware declaration for raven raven2 picasso
>
> Signed-off-by: chen gong <curry.gong@amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> index b96484a..b345e69 100644
> --- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> @@ -40,6 +40,9 @@
>  MODULE_FIRMWARE("amdgpu/raven_asd.bin");
>  MODULE_FIRMWARE("amdgpu/picasso_asd.bin");
>  MODULE_FIRMWARE("amdgpu/raven2_asd.bin");
> +MODULE_FIRMWARE("amdgpu/picasso_ta.bin");
> +MODULE_FIRMWARE("amdgpu/raven2_ta.bin");
> +MODULE_FIRMWARE("amdgpu/raven_ta.bin");
>
>  static int psp_v10_0_init_microcode(struct psp_context *psp)
>  {
> --
> 2.7.4
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/amdgpu/psp: declare PSP TA firmware
@ 2019-11-20 12:36     ` Mike Lothian
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Lothian @ 2019-11-20 12:36 UTC (permalink / raw)
  To: chen gong; +Cc: Bhawanpreet.Lakha, amd-gfx list

Hi

Any idea where I can find those blobs?

Cheers

Mike

On Wed, 16 Oct 2019 at 03:48, chen gong <curry.gong@amd.com> wrote:
>
> Add PSP TA firmware declaration for raven raven2 picasso
>
> Signed-off-by: chen gong <curry.gong@amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> index b96484a..b345e69 100644
> --- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> +++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> @@ -40,6 +40,9 @@
>  MODULE_FIRMWARE("amdgpu/raven_asd.bin");
>  MODULE_FIRMWARE("amdgpu/picasso_asd.bin");
>  MODULE_FIRMWARE("amdgpu/raven2_asd.bin");
> +MODULE_FIRMWARE("amdgpu/picasso_ta.bin");
> +MODULE_FIRMWARE("amdgpu/raven2_ta.bin");
> +MODULE_FIRMWARE("amdgpu/raven_ta.bin");
>
>  static int psp_v10_0_init_microcode(struct psp_context *psp)
>  {
> --
> 2.7.4
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/amdgpu/psp: declare PSP TA firmware
@ 2019-11-20 19:25         ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2019-11-20 19:25 UTC (permalink / raw)
  To: Mike Lothian; +Cc: Bhawanpreet Lakha, amd-gfx list, chen gong

It's optional and only used for HDCP at the moment.  I'll put it up anyway.

Alex

On Wed, Nov 20, 2019 at 7:36 AM Mike Lothian <mike@fireburn.co.uk> wrote:
>
> Hi
>
> Any idea where I can find those blobs?
>
> Cheers
>
> Mike
>
> On Wed, 16 Oct 2019 at 03:48, chen gong <curry.gong@amd.com> wrote:
> >
> > Add PSP TA firmware declaration for raven raven2 picasso
> >
> > Signed-off-by: chen gong <curry.gong@amd.com>
> > ---
> >  drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> > index b96484a..b345e69 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> > @@ -40,6 +40,9 @@
> >  MODULE_FIRMWARE("amdgpu/raven_asd.bin");
> >  MODULE_FIRMWARE("amdgpu/picasso_asd.bin");
> >  MODULE_FIRMWARE("amdgpu/raven2_asd.bin");
> > +MODULE_FIRMWARE("amdgpu/picasso_ta.bin");
> > +MODULE_FIRMWARE("amdgpu/raven2_ta.bin");
> > +MODULE_FIRMWARE("amdgpu/raven_ta.bin");
> >
> >  static int psp_v10_0_init_microcode(struct psp_context *psp)
> >  {
> > --
> > 2.7.4
> >
> > _______________________________________________
> > amd-gfx mailing list
> > amd-gfx@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/amd-gfx
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] drm/amdgpu/psp: declare PSP TA firmware
@ 2019-11-20 19:25         ` Alex Deucher
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Deucher @ 2019-11-20 19:25 UTC (permalink / raw)
  To: Mike Lothian; +Cc: Bhawanpreet Lakha, amd-gfx list, chen gong

It's optional and only used for HDCP at the moment.  I'll put it up anyway.

Alex

On Wed, Nov 20, 2019 at 7:36 AM Mike Lothian <mike@fireburn.co.uk> wrote:
>
> Hi
>
> Any idea where I can find those blobs?
>
> Cheers
>
> Mike
>
> On Wed, 16 Oct 2019 at 03:48, chen gong <curry.gong@amd.com> wrote:
> >
> > Add PSP TA firmware declaration for raven raven2 picasso
> >
> > Signed-off-by: chen gong <curry.gong@amd.com>
> > ---
> >  drivers/gpu/drm/amd/amdgpu/psp_v10_0.c | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> > index b96484a..b345e69 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/psp_v10_0.c
> > @@ -40,6 +40,9 @@
> >  MODULE_FIRMWARE("amdgpu/raven_asd.bin");
> >  MODULE_FIRMWARE("amdgpu/picasso_asd.bin");
> >  MODULE_FIRMWARE("amdgpu/raven2_asd.bin");
> > +MODULE_FIRMWARE("amdgpu/picasso_ta.bin");
> > +MODULE_FIRMWARE("amdgpu/raven2_ta.bin");
> > +MODULE_FIRMWARE("amdgpu/raven_ta.bin");
> >
> >  static int psp_v10_0_init_microcode(struct psp_context *psp)
> >  {
> > --
> > 2.7.4
> >
> > _______________________________________________
> > amd-gfx mailing list
> > amd-gfx@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/amd-gfx
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-20 19:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  2:48 [PATCH] drm/amdgpu/psp: declare PSP TA firmware chen gong
     [not found] ` <1571194113-22696-1-git-send-email-curry.gong-5C7GfCeVMHo@public.gmane.org>
2019-10-16 12:45   ` Deucher, Alexander
2019-11-20 12:36   ` Mike Lothian
2019-11-20 12:36     ` Mike Lothian
     [not found]     ` <CAHbf0-Hv5e_ZtdziJe9F0Zmgnsw9p_kXZ6HujSWZQOdFBvzSNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-11-20 19:25       ` Alex Deucher
2019-11-20 19:25         ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.