Series is: Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> On Mon, Dec 5, 2022 at 4:43 AM Tim Huang <tim.huang@xxxxxxx> wrote: > > Add tmz support for GC 11.0.4. > > Signed-off-by: Tim Huang <tim.huang@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c > index e970e3760cec..02a4c93673ce 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c > @@ -549,6 +549,7 @@ void amdgpu_gmc_tmz_set(struct amdgpu_device *adev) > /* YELLOW_CARP*/ > case IP_VERSION(10, 3, 3): > case IP_VERSION(11, 0, 1): > + case IP_VERSION(11, 0, 4): > /* Don't enable it by default yet. > */ > if (amdgpu_tmz < 1) { > -- > 2.25.1 >