[Intel-gfx] [PATCH v3 4/5] drm/i915/guc: kill the GuC client
John Harrison
John.C.Harrison at Intel.com
Mon Dec 9 20:39:50 UTC 2019
On 12/5/2019 14:02, Daniele Ceraolo Spurio wrote:
> We now only use 1 client without any plan to add more. The client is
> also only holding information about the WQ and the process desc, so we
> can just move those in the intel_guc structure and always use stage_id
> 0.
>
> v2: fix comment (John)
> v3: fix the comment for real, fix kerneldoc
>
> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> 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>
> ---
> Documentation/gpu/i915.rst | 3 -
> drivers/gpu/drm/i915/gt/intel_reset.c | 6 +-
> drivers/gpu/drm/i915/gt/uc/intel_guc.h | 8 +-
> drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 1 -
> .../gpu/drm/i915/gt/uc/intel_guc_submission.c | 276 +++++-------------
> .../gpu/drm/i915/gt/uc/intel_guc_submission.h | 45 +--
> drivers/gpu/drm/i915/i915_debugfs.c | 11 -
> 7 files changed, 89 insertions(+), 261 deletions(-)
Reviewed-by: John Harrison<John.C.Harrison at Intel.com>
More information about the Intel-gfx
mailing list