Re: [Intel-gfx] [PATCH v2 2/2] drm/i915: drop engine_pin/unpin_breadcrumbs_irq

2019-08-12 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2019-08-13 00:31:51) > The last user has been removed, so drop the functions. > > Signed-off-by: Daniele Ceraolo Spurio > Cc: Chris Wilson If this sticks, we can remove the b->irq_enabled counter (iirc). For the moment, keep it simple in case we need to revive it

[Intel-gfx] [PATCH v2 2/2] drm/i915: drop engine_pin/unpin_breadcrumbs_irq

2019-08-12 Thread Daniele Ceraolo Spurio
The last user has been removed, so drop the functions. Signed-off-by: Daniele Ceraolo Spurio Cc: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_breadcrumbs.c | 22 - drivers/gpu/drm/i915/gt/intel_engine.h | 3 --- 2 files changed, 25 deletions(-) diff --git a/drivers/