mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amdgpu: disable default navi2x co-op kernel support
This patch reverts the following:
commit 48733b224f
("drm/amdkfd: add Navi2x to GWS init conditions")
Disable GWS usage in default settings for now due to FW bugs.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Felix Kuehling <felix.kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
48733b224f
commit
addaac0cf7
1 changed files with 1 additions and 4 deletions
|
@ -368,10 +368,7 @@ static int kfd_gws_init(struct kfd_dev *kfd)
|
|||
(KFD_GC_VERSION(kfd) == IP_VERSION(9, 4, 1)
|
||||
&& kfd->mec2_fw_version >= 0x30) ||
|
||||
(KFD_GC_VERSION(kfd) == IP_VERSION(9, 4, 2)
|
||||
&& kfd->mec2_fw_version >= 0x28) ||
|
||||
(KFD_GC_VERSION(kfd) >= IP_VERSION(10, 3, 0)
|
||||
&& KFD_GC_VERSION(kfd) <= IP_VERSION(10, 3, 5)
|
||||
&& kfd->mec2_fw_version >= 0x42))))
|
||||
&& kfd->mec2_fw_version >= 0x28))))
|
||||
ret = amdgpu_amdkfd_alloc_gws(kfd->adev,
|
||||
kfd->adev->gds.gws_size, &kfd->gws);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue