]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: remove init of CIK VMIDs 8-16 for amdkfd
authorOded Gabbay <oded.gabbay@gmail.com>
Wed, 29 Nov 2017 16:26:56 +0000 (17:26 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 29 Nov 2017 19:43:20 +0000 (14:43 -0500)
commit5d69d9482ef71f7b2d2ba283b4b176f16fe7adb5
tree1d0c6410857cbf7024276bca72e24c16b9a46017
parent4f3f24f19144d82db0090dc5610a5255f3ed8c2f
drm/radeon: remove init of CIK VMIDs 8-16 for amdkfd

VMIDs 8-16 in Kaveri were reserved for use by the amdkfd driver.
Because we removed amdkfd support from radeon, those VMIDs are now
used by radeon and are initialized by radeon.

This patch removes the function that initialized those VMIDs for amdkfd
use.
This initialization overridden the radeon initialization and caused GPU
faults and GUI crashed.

Fixes: 0fa22ed7e5e8 ("drm/radeon: deprecate and remove KFD interface")
Rported-by: Michel Dänzer <michel.daenzer@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/cik.c