drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
authorMatthew Brost <matthew.brost@intel.com>
Wed, 21 Jul 2021 21:50:45 +0000 (14:50 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Thu, 22 Jul 2021 17:07:03 +0000 (10:07 -0700)
commit7518d9b67cf5ccf8f255bc45e18aa9c3d479f4b6
treeffd345cd024c5ac1e72a3e5e012031957b0104d5
parent56bc88745e731ff3830d2165f3a404d54eaf8287
drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor

Remove old GuC stage descriptor, add LRC descriptor which will be used
by the new GuC interface implemented in this patch series.

v2:
 (John Harrison)
  - s/lrc/LRC/g

Cc: John Harrison <john.c.harrison@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210721215101.139794-3-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc.h
drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c