diff options
author | Stanley.Yang <Stanley.Yang@amd.com> | 2020-11-20 14:14:53 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-12-01 15:58:16 -0500 |
commit | 055e94a867c49ebb13de18287b3b663d1787f515 (patch) | |
tree | e114f34aa00ab321889d01661fa83a6f8da7b8bb /drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | |
parent | 9ccde05c0a68d8d06bf2b7c5f886ecd58ecd1c9a (diff) | |
download | linux-055e94a867c49ebb13de18287b3b663d1787f515.tar.gz linux-055e94a867c49ebb13de18287b3b663d1787f515.tar.bz2 linux-055e94a867c49ebb13de18287b3b663d1787f515.zip |
drm/amdgpu: only skip smc sdma sos ta and asd fw in SRIOV for navi12
The KFDTopologyTest.BasicTest will failed if skip smc, sdma, sos, ta
and asd fw in SRIOV for vega10, so adjust above fw and skip load them
in SRIOV only for navi12.
v2: remove unnecessary asic type check.
Signed-off-by: Stanley.Yang <Stanley.Yang@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c index dc74ca2aa892..49c0f1052109 100644 --- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c @@ -593,9 +593,6 @@ static int sdma_v4_0_init_microcode(struct amdgpu_device *adev) struct amdgpu_firmware_info *info = NULL; const struct common_firmware_header *header = NULL; - if (amdgpu_sriov_vf(adev)) - return 0; - DRM_DEBUG("\n"); switch (adev->asic_type) { |