diff options
author | Monk Liu <[email protected]> | 2017-03-22 18:02:40 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-03-29 23:55:40 -0400 |
commit | 6e9dc861219b8f8966f5a91984dbfaa6de57fb8b (patch) | |
tree | 2125c03a9dcbbb1d28042c7f4c0c7773137921ed | |
parent | 32833fb732a80cd27f3756b2ead7aaf85ec1a780 (diff) |
drm/amdgpu:no cg for soc15 of SRIOV
no CG for SRIOV on SOC15
Signed-off-by: Monk Liu <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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, |