diff options
author | Christian König <christian.koenig@amd.com> | 2016-07-19 14:34:17 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-29 20:37:01 +0200 |
commit | 92c023c47f3af706b7ad1b6b66efddd13a8bf4bd (patch) | |
tree | 97e0711de72984b1a69dba95a0414ce0df6548f2 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | drm/amd/powerplay: fix issue can't enable vce dpm. (diff) | |
download | linux-92c023c47f3af706b7ad1b6b66efddd13a8bf4bd.tar.xz linux-92c023c47f3af706b7ad1b6b66efddd13a8bf4bd.zip |
drm/amdgpu: fix indentation in struct amdgpu_ring
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index eb09037a7161..dd710a3467c2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -799,8 +799,8 @@ struct amdgpu_ring { enum amdgpu_ring_type type; char name[16]; unsigned cond_exe_offs; - u64 cond_exe_gpu_addr; - volatile u32 *cond_exe_cpu_addr; + u64 cond_exe_gpu_addr; + volatile u32 *cond_exe_cpu_addr; #if defined(CONFIG_DEBUG_FS) struct dentry *ent; #endif |