diff options
author | Christian König <christian.koenig@amd.com> | 2016-05-03 09:54:54 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-11 12:31:20 -0400 |
commit | edf600dac65eecb6c8bcf21fa986db30ee21a2ac (patch) | |
tree | ed9c19dc1e661351c438eaf8d3ff1ae4ce93f72f /drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h | |
parent | b1c8a81fdd346274e3c38909740eec7182ef8f8a (diff) |
drm/amd: cleanup remaining spaces and tabs v2
This is the result of running the following commands:
find drivers/gpu/drm/amd/ -name "*.h" -exec sed -i 's/[ \t]\+$//' {} \;
find drivers/gpu/drm/amd/ -name "*.c" -exec sed -i 's/[ \t]\+$//' {} \;
find drivers/gpu/drm/amd/ -name "*.h" -exec sed -i 's/ \+\t/\t/' {} \;
find drivers/gpu/drm/amd/ -name "*.c" -exec sed -i 's/ \+\t/\t/' {} \;
v2: drop changes to DAL and internal headers
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h index c3f4e85594ff..503d54098128 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gds.h | |||
@@ -43,7 +43,7 @@ struct amdgpu_ring; | |||
43 | struct amdgpu_bo; | 43 | struct amdgpu_bo; |
44 | 44 | ||
45 | struct amdgpu_gds_asic_info { | 45 | struct amdgpu_gds_asic_info { |
46 | uint32_t total_size; | 46 | uint32_t total_size; |
47 | uint32_t gfx_partition_size; | 47 | uint32_t gfx_partition_size; |
48 | uint32_t cs_partition_size; | 48 | uint32_t cs_partition_size; |
49 | }; | 49 | }; |
@@ -52,8 +52,8 @@ struct amdgpu_gds { | |||
52 | struct amdgpu_gds_asic_info mem; | 52 | struct amdgpu_gds_asic_info mem; |
53 | struct amdgpu_gds_asic_info gws; | 53 | struct amdgpu_gds_asic_info gws; |
54 | struct amdgpu_gds_asic_info oa; | 54 | struct amdgpu_gds_asic_info oa; |
55 | /* At present, GDS, GWS and OA resources for gfx (graphics) | 55 | /* At present, GDS, GWS and OA resources for gfx (graphics) |
56 | * is always pre-allocated and available for graphics operation. | 56 | * is always pre-allocated and available for graphics operation. |
57 | * Such resource is shared between all gfx clients. | 57 | * Such resource is shared between all gfx clients. |
58 | * TODO: move this operation to user space | 58 | * TODO: move this operation to user space |
59 | * */ | 59 | * */ |