]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit7fdf165a52505392eb059902b0df55e79a45c25f
tree1d0c6410857cbf7024276bca72e24c16b9a46017
parent1569d651f152870663fabd8f1c80af353f967ad5
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: f4fa88ab28ab ("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