Re: [Intel-gfx] [PATCH] drm/i915: Emit a backtrace if we attempt to rebind a pinned buffer

2010-08-06 Thread Eric Anholt
On Wed, 4 Aug 2010 12:37:41 +0100, Chris Wilson wrote: > This debugging trace was useful for finding the fbcon regression on > i965, and it may prove useful again in future. > > Signed-off-by: Chris Wilson Applied to for-linus. pgpZZLQVEkKgE.pgp Description: PGP signature __

[Intel-gfx] [PATCH] drm/i915: Emit a backtrace if we attempt to rebind a pinned buffer

2010-08-04 Thread Chris Wilson
This debugging trace was useful for finding the fbcon regression on i965, and it may prove useful again in future. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers