diff options
author | Prike Liang <Prike.Liang@amd.com> | 2023-07-14 16:04:49 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-08-30 15:01:03 -0400 |
commit | b5549a2df030d2d029cd4622c670361b76a9d0c3 (patch) | |
tree | fa79ef5712295aefd2d50ce9b3f60400270c9607 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
parent | d3ff0189c1be1f8da64c39248389fbc8f0f09d13 (diff) |
drm/amdgpu/discovery: enable gfx11 for GC 11.5.0
Add to IP discovery table.
Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 447c787cdb8c..cb40bd930f7d 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1943,6 +1943,7 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(11, 0, 2): case IP_VERSION(11, 0, 3): case IP_VERSION(11, 0, 4): + case IP_VERSION(11, 5, 0): amdgpu_device_ip_block_add(adev, &gfx_v11_0_ip_block); break; default: |