mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 04:33:58 +08:00
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>
This commit is contained in:
parent
976accc114
commit
70f0f5fbcf
@ -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_UENC_REG_CLOCK_GATING, tmp);
|
||||||
|
|
||||||
WREG32(mmVCE_CGTT_CLK_OVERRIDE, 0);
|
WREG32(mmVCE_CGTT_CLK_OVERRIDE, 0);
|
||||||
} else {
|
} else {
|
||||||
tmp = RREG32(mmVCE_CLOCK_GATING_B);
|
tmp = RREG32(mmVCE_CLOCK_GATING_B);
|
||||||
tmp |= 0xe7;
|
tmp |= 0xe7;
|
||||||
tmp &= ~0xe70000;
|
tmp &= ~0xe70000;
|
||||||
|
Loading…
Reference in New Issue
Block a user