drm/amdkfd: Add missing Polaris10 ID
authorKent Russell <kent.russell@amd.com>
Mon, 13 May 2019 13:00:05 +0000 (09:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 May 2019 17:42:41 +0000 (12:42 -0500)
This was added to amdgpu but was missed in amdkfd

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.rg
drivers/gpu/drm/amd/amdkfd/kfd_device.c

index c1e4d44..4dd8489 100644 (file)
@@ -355,6 +355,7 @@ static const struct kfd_deviceid supported_devices[] = {
        { 0x67CF, &polaris10_device_info },     /* Polaris10 */
        { 0x67D0, &polaris10_vf_device_info },  /* Polaris10 vf*/
        { 0x67DF, &polaris10_device_info },     /* Polaris10 */
+       { 0x6FDF, &polaris10_device_info },     /* Polaris10 */
        { 0x67E0, &polaris11_device_info },     /* Polaris11 */
        { 0x67E1, &polaris11_device_info },     /* Polaris11 */
        { 0x67E3, &polaris11_device_info },     /* Polaris11 */