[Intel-gfx] [PATCH 3/3] drm/i915/icl: Add gen11 specific render breadcrumbs

2019-08-15 Thread Mika Kuoppala
Flush according to what gen11 expects when writing breadcrumbs. As only the seqnowrite + flush differs between engine and gens, enclose the footer to helper. v2: avoid problem of sane local naming by not using them Cc: Chris Wilson Signed-off-by: Mika Kuoppala Reviewed-by: Chris Wilson ---

Re: [Intel-gfx] [PATCH 3/3] drm/i915/icl: Add gen11 specific render breadcrumbs

2019-08-15 Thread Chris Wilson
Quoting Mika Kuoppala (2019-08-15 09:30:55) > Flush according to what gen11 expects when writing > breadcrumbs. As only the seqnowrite + flush differs > between engine and gens, enclose the footer to > helper. > > Cc: Chris Wilson > Signed-off-by: Mika Kuoppala > --- >

[Intel-gfx] [PATCH 3/3] drm/i915/icl: Add gen11 specific render breadcrumbs

2019-08-15 Thread Mika Kuoppala
Flush according to what gen11 expects when writing breadcrumbs. As only the seqnowrite + flush differs between engine and gens, enclose the footer to helper. Cc: Chris Wilson Signed-off-by: Mika Kuoppala --- drivers/gpu/drm/i915/gt/intel_lrc.c | 88 - 1 file