diff options
author | Jerome Glisse <jglisse@redhat.com> | 2010-01-14 11:24:16 +0100 |
---|---|---|
committer | Jerome Glisse <jglisse@redhat.com> | 2010-01-14 11:24:16 +0100 |
commit | 6bf1ed2979ca56d3e8dd8938fc08e3810887ae8a (patch) | |
tree | 0596c81c4076f485ebd7ca52df8f0d6153d475ef /radeon/radeon_bo_int.h | |
parent | b06cb754a1eee0746c40f62c51d4f0544c39c843 (diff) |
radeon: indentation & trailing space cleanup
Diffstat (limited to 'radeon/radeon_bo_int.h')
-rw-r--r-- | radeon/radeon_bo_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radeon/radeon_bo_int.h b/radeon/radeon_bo_int.h index 190c3324..9589ead1 100644 --- a/radeon/radeon_bo_int.h +++ b/radeon/radeon_bo_int.h @@ -35,9 +35,9 @@ struct radeon_bo_funcs { int (*bo_wait)(struct radeon_bo_int *bo); int (*bo_is_static)(struct radeon_bo_int *bo); int (*bo_set_tiling)(struct radeon_bo_int *bo, uint32_t tiling_flags, - uint32_t pitch); + uint32_t pitch); int (*bo_get_tiling)(struct radeon_bo_int *bo, uint32_t *tiling_flags, - uint32_t *pitch); + uint32_t *pitch); int (*bo_is_busy)(struct radeon_bo_int *bo, uint32_t *domain); int (*bo_is_referenced_by_cs)(struct radeon_bo_int *bo, struct radeon_cs *cs); }; |