summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/i830.h1
-rw-r--r--src/i830_memory.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/i830.h b/src/i830.h
index 8449dc69..5ef34257 100644
--- a/src/i830.h
+++ b/src/i830.h
@@ -186,7 +186,6 @@ struct _i830_memory {
*/
unsigned long size;
- uint32_t tiling_mode;
/** Pitch value in bytes for tiled surfaces */
unsigned int pitch;
diff --git a/src/i830_memory.c b/src/i830_memory.c
index f97efc9a..8d0d1d41 100644
--- a/src/i830_memory.c
+++ b/src/i830_memory.c
@@ -284,7 +284,6 @@ i830_memory *i830_allocate_memory(ScrnInfoPtr scrn, const char *name,
"Failed to set tiling on %s: %s\n", mem->name,
ret == 0 ? "rejected by kernel" : strerror(-ret));
}
- mem->tiling_mode = tiling_mode;
if (flags & DISABLE_REUSE)
drm_intel_bo_disable_reuse(mem->bo);