diff options
author | Monk Liu <Monk.Liu@amd.com> | 2017-03-22 11:02:40 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 05:55:40 +0200 |
commit | 6e9dc861219b8f8966f5a91984dbfaa6de57fb8b (patch) | |
tree | 2125c03a9dcbbb1d28042c7f4c0c7773137921ed /drivers/gpu/drm/amd | |
parent | drm/amdgpu:two fixings for sdma v4 for SRIOV (diff) | |
download | linux-6e9dc861219b8f8966f5a91984dbfaa6de57fb8b.tar.xz linux-6e9dc861219b8f8966f5a91984dbfaa6de57fb8b.zip |
drm/amdgpu:no cg for soc15 of SRIOV
no CG for SRIOV on SOC15
Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/soc15.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/soc15.c b/drivers/gpu/drm/amd/amdgpu/soc15.c index f41c1f24af9d..06664ee44498 100644 --- a/drivers/gpu/drm/amd/amdgpu/soc15.c +++ b/drivers/gpu/drm/amd/amdgpu/soc15.c @@ -773,6 +773,9 @@ static int soc15_common_set_clockgating_state(void *handle, { struct amdgpu_device *adev = (struct amdgpu_device *)handle; + if (amdgpu_sriov_vf(adev)) + return 0; + switch (adev->asic_type) { case CHIP_VEGA10: nbio_v6_1_update_medium_grain_clock_gating(adev, |