Re: [PATCH 2/2] drm/amdgpu: Enable TMZ support for GC 11.0.0

2025-04-05 Thread Alex Deucher
On Thu, Apr 3, 2025 at 5:44 AM jesse.zh...@amd.com wrote: > > Add IP_VERSION(11, 0, 0) to the list of GPU generations that support TMZ. Are you sure about that? TMZ will only work with user queues on gfx11 dGPUs. Alex > > Signed-off-by: Jesse Zhang > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_g

[PATCH 2/2] drm/amdgpu: Enable TMZ support for GC 11.0.0

2025-04-03 Thread jesse.zh...@amd.com
Add IP_VERSION(11, 0, 0) to the list of GPU generations that support TMZ. Signed-off-by: Jesse Zhang --- 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 4646252828