diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2024-01-09 10:45:42 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-01-15 18:32:56 -0500 |
commit | c3d5e297dcae88274dc6924db337a2159279eced (patch) | |
tree | 897598e64b7778117b262a778d0bc2096ce05329 | |
parent | 51258acdc4758d43f03ec9cab6f3fa72a2838f0e (diff) | |
download | linux-stable-c3d5e297dcae88274dc6924db337a2159279eced.tar.gz linux-stable-c3d5e297dcae88274dc6924db337a2159279eced.tar.bz2 linux-stable-c3d5e297dcae88274dc6924db337a2159279eced.zip |
drm/amdgpu: drop exp hw support check for GC 9.4.3
No longer needed.
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org # 6.7.x
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index 0431eafa86b5..c7d60dd0fb97 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1963,8 +1963,6 @@ static int amdgpu_discovery_set_gc_ip_blocks(struct amdgpu_device *adev) amdgpu_device_ip_block_add(adev, &gfx_v9_0_ip_block); break; case IP_VERSION(9, 4, 3): - if (!amdgpu_exp_hw_support) - return -EINVAL; amdgpu_device_ip_block_add(adev, &gfx_v9_4_3_ip_block); break; case IP_VERSION(10, 1, 10): |