Series is: Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> On Tue, May 17, 2022 at 12:29 PM Sunil Khatri <sunil.khatri@xxxxxxx> wrote: > > Add support of IP GC 10.3.7 in amdgpu_gmc_tmz_set. > > Signed-off-by: Sunil Khatri <sunil.khatri@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c > index 7e55ee61f84c..798c56214a23 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c > @@ -540,6 +540,8 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev) > case IP_VERSION(10, 3, 1): > /* YELLOW_CARP*/ > case IP_VERSION(10, 3, 3): > + /* GC 10.3.7 */ > + case IP_VERSION(10, 3, 7): > /* Don't enable it by default yet. > */ > if (amdgpu_tmz < 1) { > -- > 2.25.1 >