[PATCH] drm/amdgpu: enable smu block for smu v14_0_1

Ma, Li Li.Ma at amd.com
Sun Mar 10 12:30:49 UTC 2024


[AMD Official Use Only - General]

Hi Alex,

OK, got it. This patch will land with other smu v14.0.1 patches. And we are waiting for the IP review finished.

Best Regards,
Li

> -----Original Message-----
> From: Alex Deucher <alexdeucher at gmail.com>
> Sent: Friday, March 8, 2024 10:30 PM
> To: Ma, Li <Li.Ma at amd.com>
> Cc: amd-gfx at lists.freedesktop.org; Deucher, Alexander
> <Alexander.Deucher at amd.com>; Zhang, Yifan <Yifan1.Zhang at amd.com>;
> Yu, Lang <Lang.Yu at amd.com>; Huang, Tim <Tim.Huang at amd.com>; Zhang,
> Jesse(Jie) <Jesse.Zhang at amd.com>
> Subject: Re: [PATCH] drm/amdgpu: enable smu block for smu v14_0_1
>
> On Thu, Mar 7, 2024 at 10:43 PM Li Ma <li.ma at amd.com> wrote:
> >
> > add smu 14 support for sum v14_0_1
> >
> > Signed-off-by: Li Ma <li.ma at amd.com>
> > Reviewed-by: Yifan Zhang <yifan1.zhang at amd.com>i
>
> I think we should hold off on this until the rest of the smu 14.0.1 code lands.
> Otherwise we'll be enabling an incomplete implementation.
>
> Alex
>
>
> > ---
> >  drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > index a07e4b87d4ca..54a0414f22f0 100644
> > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
> > @@ -1896,6 +1896,7 @@ static int
> amdgpu_discovery_set_smu_ip_blocks(struct amdgpu_device *adev)
> >                 amdgpu_device_ip_block_add(adev, &smu_v13_0_ip_block);
> >                 break;
> >         case IP_VERSION(14, 0, 0):
> > +       case IP_VERSION(14, 0, 1):
> >                 amdgpu_device_ip_block_add(adev, &smu_v14_0_ip_block);
> >                 break;
> >         default:
> > --
> > 2.25.1
> >


More information about the amd-gfx mailing list