diff options
author | Tom St Denis <tom.stdenis@amd.com> | 2016-02-08 18:54:09 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-12 21:31:04 +0100 |
commit | 5cb60bf6978626694aa6cabe50946bbbd5f6b454 (patch) | |
tree | 4c239921c03a701df1924854b08d9df624b8b193 /drivers/gpu/drm/amd | |
parent | drm/amdgpu/gfx7: Simplify wptr/rptr functions (diff) | |
download | linux-5cb60bf6978626694aa6cabe50946bbbd5f6b454.tar.xz linux-5cb60bf6978626694aa6cabe50946bbbd5f6b454.zip |
drm/amdgpu/gfx7: Fix whitespace
Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c index cdd3f3f1232f..8809616bc750 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c @@ -5290,7 +5290,7 @@ static void gfx_v7_0_set_gds_init(struct amdgpu_device *adev) int gfx_v7_0_get_cu_info(struct amdgpu_device *adev, - struct amdgpu_cu_info *cu_info) + struct amdgpu_cu_info *cu_info) { int i, j, k, counter, active_cu_number = 0; u32 mask, bitmap, ao_bitmap, ao_cu_mask = 0; |