]> asedeno.scripts.mit.edu Git - linux.git/commit
amd/amdgpu/sriov swSMU disable for sriov
authorJack Zhang <Jack.Zhang1@amd.com>
Mon, 2 Dec 2019 10:41:36 +0000 (18:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 3 Dec 2019 16:07:38 +0000 (11:07 -0500)
commit96358810c66a35b15303c4c2dd0ee48f223c221e
treeef5f208f641043f33d964c55ee10a9d83218086f
parenta501e22c8e36934b2d901b039b1c59c948886c90
amd/amdgpu/sriov swSMU disable for sriov

For boards greater than ARCTURUS, and under sriov platform,
swSMU is not supported because smu ip block is commented at
guest driver.

Generally for sriov, initialization of smu is moved to host driver.
Thus, smu sw_init and hw_init will not be executed at guest driver.

Without sw structure being initialized in guest driver, swSMU cannot
declare to be supported.

Signed-off-by: Jack Zhang <Jack.Zhang1@amd.com>
Reviewed-by: Kevin Wang <kevin1.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c