projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32697fe
)
drm/amdgpu/discovery: add mes11 support for GC 11.0.2
author
Flora Cui
<flora.cui@amd.com>
Fri, 15 Apr 2022 14:26:28 +0000
(10:26 -0400)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 5 May 2022 20:52:39 +0000
(16:52 -0400)
Enable Micro Engine Scheduler support.
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Flora Cui <flora.cui@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
index 903d75aec75cb8eccb38497c9b452d2bf1896b07..8d7b087b56fb62983a4ffc4db78efdbe58d672a1 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
@@
-1899,6
+1899,7
@@
static int amdgpu_discovery_set_mes_ip_blocks(struct amdgpu_device *adev)
}
break;
case IP_VERSION(11, 0, 0):
+ case IP_VERSION(11, 0, 2):
amdgpu_device_ip_block_add(adev, &mes_v11_0_ip_block);
adev->enable_mes = true;
adev->enable_mes_kiq = true;