diff options
| author | 2022-06-28 00:35:07 +0800 | |
|---|---|---|
| committer | 2022-08-30 16:36:58 -0400 | |
| commit | fe09f343d58333f5e761bbdf4871092c6c867ffa (patch) | |
| tree | 903df747635105b7206a84f665b908e2fac2e548 /drivers/gpu/drm | |
| parent | drm/amdgpu: add gfxhub_v3_0_3 support (diff) | |
drm/amdgpu: initialize gmc sw config for v11_0_3
initialize gmc sw config for v11_0_3
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Frank Min <Frank.Min@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c index 89710a0effd3..497f52283a30 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c @@ -740,6 +740,7 @@ static int gmc_v11_0_sw_init(void *handle) case IP_VERSION(11, 0, 0): case IP_VERSION(11, 0, 1): case IP_VERSION(11, 0, 2): + case IP_VERSION(11, 0, 3): adev->num_vmhubs = 2; /* * To fulfill 4-level page support, |
