summaryrefslogtreecommitdiff
path: root/linux-core/i915_fence.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
committerThomas Hellstrom <thomas-at-tungstengraphics-dot-com>2006-08-29 18:40:08 +0200
commit23f01c9fe8e6170459fe46ad5fc9757bbe967d96 (patch)
tree4232a55059e6c22e57649019b72f31c30d763ed5 /linux-core/i915_fence.c
parent0dedfc2cd03f50b435476e56637b333d345fddbd (diff)
Checkpoint commit. Buffer object flags and IOCTL argument list.
Diffstat (limited to 'linux-core/i915_fence.c')
-rw-r--r--linux-core/i915_fence.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/i915_fence.c b/linux-core/i915_fence.c
index 46a2a728..452d4ee8 100644
--- a/linux-core/i915_fence.c
+++ b/linux-core/i915_fence.c
@@ -86,6 +86,8 @@ static void i915_perform_flush(drm_device_t * dev)
dev_priv->flush_sequence = (uint32_t) READ_BREADCRUMB(dev_priv);
dev_priv->flush_flags = fm->pending_flush;
dev_priv->saved_flush_status = READ_HWSP(dev_priv, 0);
+ DRM_ERROR("Saved flush status is 0x%08x\n",
+ dev_priv->saved_flush_status);
I915_WRITE(I915REG_INSTPM, (1 << 5) | (1 << 21));
dev_priv->flush_pending = 1;
fm->pending_flush = 0;