]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: Allocate root PD on correct partition
authorGuchun Chen <guchun.chen@amd.com>
Mon, 17 Jul 2023 01:55:07 +0000 (09:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 18 Jul 2023 15:16:48 +0000 (11:16 -0400)
commit50e633081e6d26ca7cae6e2b610032a1df1654ed
tree4f5cffdfd85d308a251d27583447a8cf9a2cc97c
parent8ed49dd1d3a7448744d57e1da2062b074cba2e49
drm/amdgpu: Allocate root PD on correct partition

file_priv needs to be setup firstly, otherwise, root PD
will always be allocated on partition 0, even if opening
the device from other partitions.

Fixes: 3ebfd221c1a8 ("drm/amdkfd: Store xcp partition id to amdgpu bo")
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c