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

Matthew Brost matthew.brost at intel.com
Thu Oct 31 16:23:52 UTC 2019


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 we can safely drop it.
>
>Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
>Cc: Chris Wilson <chris at chris-wilson.co.uk>
>Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
>Cc: John Harrison <John.C.Harrison at Intel.com>
>Cc: Matthew Brost <matthew.brost at intel.com>
>---
> drivers/gpu/drm/i915/gt/intel_lrc.c        | 22 +++------------------
> drivers/gpu/drm/i915/gt/intel_lrc.h        | 23 ++--------------------
> drivers/gpu/drm/i915/gt/selftest_context.c |  3 ---
> drivers/gpu/drm/i915/gvt/scheduler.c       |  4 ++--
> 4 files changed, 7 insertions(+), 45 deletions(-)
>

This patch works with the GuC redesign work being done.

Reviewed-by: Matthew Brost <matthew.brost at intel.com>


More information about the Intel-gfx mailing list