Re: [Intel-gfx] [PATCH 4/5] drm: WARN when removing unallocated node

2013-08-10 Thread Chris Wilson
On Fri, Aug 09, 2013 at 10:12:15PM -0700, Ben Widawsky wrote: The conditional is usually a recoverable driver bug, and so WARNing, and preventing the drm_mm code from doing potential damage (BUG) is desirable. This issue was hit and fixed twice while developing the i915 multiple address

[Intel-gfx] [PATCH 4/5] drm: WARN when removing unallocated node

2013-08-09 Thread Ben Widawsky
The conditional is usually a recoverable driver bug, and so WARNing, and preventing the drm_mm code from doing potential damage (BUG) is desirable. This issue was hit and fixed twice while developing the i915 multiple address space code. The first fix is the patch just before this, and is hit on