Re: [Intel-gfx] [PATCH 03/33] drm/i915: Remove manual breadcumb counting

2019-01-25 Thread Mika Kuoppala
Chris Wilson writes: > Now that we know we measure the size of the engine->emit_breadcrumb() > correctly, we can remove the previous manual counting. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_request.c | 4 ++-- > drivers/gpu/drm/i915/intel_engine_cs.c | 7 +++

[Intel-gfx] [PATCH 03/33] drm/i915: Remove manual breadcumb counting

2019-01-24 Thread Chris Wilson
Now that we know we measure the size of the engine->emit_breadcrumb() correctly, we can remove the previous manual counting. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_request.c | 4 ++-- drivers/gpu/drm/i915/intel_engine_cs.c | 7 +++ drivers/gpu/drm/i915/intel_lrc.c