diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-06-09 21:06:18 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2015-06-10 16:13:28 +0300 |
commit | c61bf649270b28526704c2101d1ebd39f51d3f0c (patch) | |
tree | d1132dcf4876b851c1a55fe0183c242cddaf5170 /drivers/gpu/drm | |
parent | 5732a94f18cd69331036ab776bdf5e475702e2b4 (diff) | |
download | linux-c61bf649270b28526704c2101d1ebd39f51d3f0c.tar.xz |
drm/amdgpu: whitespace cleanup in gmc8 golden regs
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c index 6206fcd39df9..8135963a66be 100644 --- a/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c @@ -71,7 +71,7 @@ static const u32 golden_settings_iceland_a11[] = static const u32 iceland_mgcg_cgcg_init[] = { - mmMC_MEM_POWER_LS, 0xffffffff, 0x00000104 + mmMC_MEM_POWER_LS, 0xffffffff, 0x00000104 }; static const u32 cz_mgcg_cgcg_init[] = |