Re: [Intel-gfx] [CI] drm/i915/gt: Small tidy of gen8+ breadcrumb emission

2020-05-05 Thread Mika Kuoppala
Chris Wilson writes: > Use a local to shrink a line under 80 columns, and refactor the common > emit_xcs_breadcrumb() wrapper of ggtt-write. > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/gt/intel_lrc.c | 34 + > 1 file cha

[Intel-gfx] [CI] drm/i915/gt: Small tidy of gen8+ breadcrumb emission

2020-05-04 Thread Chris Wilson
Use a local to shrink a line under 80 columns, and refactor the common emit_xcs_breadcrumb() wrapper of ggtt-write. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gt/intel_lrc.c | 34 + 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/