OSDN Git Service

drm/i915: drop lrc header page
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Thu, 31 Oct 2019 01:30:39 +0000 (18:30 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 31 Oct 2019 16:47:22 +0000 (16:47 +0000)
commit9f37940756b1b7f56bcfb53de17b78f55fb18e48
treeb307ec931b8c90789e44bd4120670758b538201d
parentdde01d943559f6b853d97a2744433d9ad1b12ace
drm/i915: drop lrc header page

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@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Cc: Matthew Brost <matthew.brost@intel.com>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20191031013040.25803-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/i915/gt/intel_lrc.c
drivers/gpu/drm/i915/gt/intel_lrc.h
drivers/gpu/drm/i915/gt/selftest_context.c
drivers/gpu/drm/i915/gvt/scheduler.c