summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
diff options
context:
space:
mode:
authorRex Zhu <Rex.Zhu@amd.com>2016-03-16 10:17:18 +0300
committerAlex Deucher <alexander.deucher@amd.com>2016-05-02 22:24:43 +0300
commit70f0f5fbcfbe26246ac2f0687d6fb1ac9dd95f44 (patch)
tree6c05485a575b0c5b07e40c49cf70b8e4d4182b20 /drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
parent976accc1148becb5a0560236c53e2f68cb2d5494 (diff)
downloadlinux-70f0f5fbcfbe26246ac2f0687d6fb1ac9dd95f44.tar.xz
drm/amdgpu: refine code for code style.
White space fix. Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vce_v2_0.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vce_v2_0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
index 4440973f9f53..c306cb943e5f 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
@@ -319,7 +319,7 @@ static void vce_v2_0_set_sw_cg(struct amdgpu_device *adev, bool gated)
WREG32(mmVCE_UENC_REG_CLOCK_GATING, tmp);
WREG32(mmVCE_CGTT_CLK_OVERRIDE, 0);
- } else {
+ } else {
tmp = RREG32(mmVCE_CLOCK_GATING_B);
tmp |= 0xe7;
tmp &= ~0xe70000;