Message ID | b27f01a9a5a94b2b313f300a9649305877a394db.1267517278.git.daniel.vetter@ffwll.ch (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
diff --git a/src/i830.h b/src/i830.h index 8449dc6..5ef3425 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 f97efc9..8d0d1d4 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);