Re: [Intel-gfx] [PATCH 1/2] drm/i915: drop lrc header page

2019-10-31 Thread Matthew Brost
On Wed, Oct 30, 2019 at 06:30:39PM -0700, Daniele Ceraolo Spurio wrote: Recent GuC binaries (including all the ones we're currently using) don't require this shared area anymore, having moved the relevant entries into the stage pool instead. i915 itself doesn't write anything into it either, so

Re: [Intel-gfx] [PATCH 1/2] drm/i915: drop lrc header page

2019-10-31 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2019-10-31 01:30:39) > diff --git a/drivers/gpu/drm/i915/gt/intel_lrc.h > b/drivers/gpu/drm/i915/gt/intel_lrc.h > index faa2d56c279b..04511d8ebdc1 100644 > --- a/drivers/gpu/drm/i915/gt/intel_lrc.h > +++ b/drivers/gpu/drm/i915/gt/intel_lrc.h > @@ -86,31 +86,12 @@

[Intel-gfx] [PATCH 1/2] drm/i915: drop lrc header page

2019-10-30 Thread Daniele Ceraolo Spurio
Recent GuC binaries (including all the ones we're currently using) don't require this shared area anymore, having moved the relevant entries into the stage pool instead. i915 itself doesn't write anything into it either, so we can safely drop it. Signed-off-by: Daniele Ceraolo Spurio Cc: Chris