summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2007-07-18 15:49:45 +1000
committerDave Airlie <airlied@linux.ie>2007-07-18 15:49:45 +1000
commita64b5d8d3763639fbb4098500ad5c86fb8590aa7 (patch)
treec7afe4c27958a8e886c0dc56277c603337b8e562 /shared-core
parent3a71e87742ce8686c2b3c85ebbc8fb7a72b4f6e0 (diff)
fix some missing whitespace/tab
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/drm.h12
-rw-r--r--shared-core/i915_dma.c2
2 files changed, 7 insertions, 7 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index de8967ad..db913b1f 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -786,15 +786,15 @@ enum drm_bo_type {
struct drm_bo_info_req {
uint64_t mask;
- uint64_t flags;
- unsigned int handle;
+ uint64_t flags;
+ unsigned int handle;
unsigned int hint;
unsigned int fence_class;
unsigned int pad64;
};
struct drm_bo_create_req {
- uint64_t mask;
+ uint64_t mask;
uint64_t size;
uint64_t buffer_start;
unsigned int hint;
@@ -820,8 +820,8 @@ struct drm_bo_op_req {
#define DRM_BO_REP_BUSY 0x00000001
struct drm_bo_info_rep {
- uint64_t flags;
- uint64_t mask;
+ uint64_t flags;
+ uint64_t mask;
uint64_t size;
uint64_t offset;
uint64_t arg_handle;
@@ -831,7 +831,7 @@ struct drm_bo_info_rep {
unsigned int rep_flags;
unsigned int page_alignment;
unsigned int desired_tile_stride;
- unsigned int hw_tile_stride;
+ unsigned int hw_tile_stride;
unsigned int tile_info;
unsigned int pad64;
uint64_t expand_pad[4]; /*Future expansion */
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c
index fbad27c0..c3a41bd5 100644
--- a/shared-core/i915_dma.c
+++ b/shared-core/i915_dma.c
@@ -874,7 +874,7 @@ static int i915_mmio(DRM_IOCTL_ARGS)
e = &mmio_table[mmio.reg];
base = (u8 *) dev_priv->mmio_map->handle + e->offset;
- switch (mmio.read_write) {
+ switch (mmio.read_write) {
case I915_MMIO_READ:
if (!(e->flag & I915_MMIO_MAY_READ))
return DRM_ERR(EINVAL);