]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: Add Arcturus GWS support and fix VG10
authorJoseph Greathouse <Joseph.Greathouse@amd.com>
Mon, 29 Jun 2020 23:05:36 +0000 (18:05 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 Jul 2020 16:02:56 +0000 (12:02 -0400)
commit503ea34154040902b99dbe748b70706ef9b09da2
tree0037da7ce723acc202d0e6dd4bd2b174a58e1605
parent6a64501ee52a01d84c2ecfb0bd1749ce4e82f31e
drm/amdkfd: Add Arcturus GWS support and fix VG10

Add support for GWS in Arcturus, which needs MEC2 firmware #48
or above. Fix the MEC2 version check for Vega 10 GWS support,
since Vega 10 firmware adds 0x8000 to the actual firmware
revision. We were previously declaring support where it did not
exist.

Signed-off-by: Joseph Greathouse <Joseph.Greathouse@amd.com>
Reviewed-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_device.c