diff options
| author | Tim Huang <tim.huang@amd.com> | 2022-12-05 14:33:25 +0800 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2022-12-06 10:18:12 -0500 |
| commit | 2aecbe492a3c0bf4c21f78c099a6f6c205fab0c7 (patch) | |
| tree | de2c4311e324bbc17bb274bd1da5d975fa135eaf /drivers | |
| parent | drm/amdgpu: enable GFX Clock Gating control for GC IP v11.0.4 (diff) | |
| download | linux-2aecbe492a3c0bf4c21f78c099a6f6c205fab0c7.tar.gz linux-2aecbe492a3c0bf4c21f78c099a6f6c205fab0c7.zip | |
drm/amdgpu: add tmz support for GC IP v11.0.4
Add tmz support for GC 11.0.4.
Signed-off-by: Tim Huang <tim.huang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
