Re: [Intel-gfx] [PATCH] drm/i915: don't free non-existent compressed llb on ILK+

2010-07-26 Thread Eric Anholt
On Thu, 22 Jul 2010 08:12:20 -0700, Jesse Barnes wrote: > We should only free the compressed llb if we allocated it in the first > place otherwise we'll panic at unload time. Applied to for-linus. pgpTjtkm30tPv.pgp Description: PGP signature ___ Inte

[Intel-gfx] [PATCH] drm/i915: don't free non-existent compressed llb on ILK+

2010-07-22 Thread Jesse Barnes
We should only free the compressed llb if we allocated it in the first place otherwise we'll panic at unload time. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_dma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/g