Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Rex Zhu and committed by
Alex Deucher
70f0f5fb 976accc1

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/vce_v2_0.c
··· 319 319 WREG32(mmVCE_UENC_REG_CLOCK_GATING, tmp); 320 320 321 321 WREG32(mmVCE_CGTT_CLK_OVERRIDE, 0); 322 - } else { 322 + } else { 323 323 tmp = RREG32(mmVCE_CLOCK_GATING_B); 324 324 tmp |= 0xe7; 325 325 tmp &= ~0xe70000;