Re: [Intel-gfx] [PATCH 5/5] drm/i915: Local debug BUG_ON for intel_wakeref

2019-06-21 Thread Matthew Auld
On 21/06/2019 14:05, Chris Wilson wrote: Avoid pulling in i915_gem.h just so that we can use a conditional BUG_ON for debugging. Signed-off-by: Chris Wilson Reviewed-by: Matthew Auld ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https:

[Intel-gfx] [PATCH 5/5] drm/i915: Local debug BUG_ON for intel_wakeref

2019-06-21 Thread Chris Wilson
Avoid pulling in i915_gem.h just so that we can use a conditional BUG_ON for debugging. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_wakeref.c | 9 + drivers/gpu/drm/i915/intel_wakeref.h | 7 +++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/gp