[Intel-gfx] [PATCH] drm/i915/guc: Keep strict GuC ABI definitions separate
Michał Winiarski
michal at hardline.pl
Wed Feb 24 19:52:47 UTC 2021
Quoting Michal Wajdeczko (2021-02-20 13:44:43)
> Our fwif.h file is now mix of strict firmware ABI definitions and
> set of our helpers. In anticipation of upcoming changes to the GuC
> interface try to keep them separate in smaller maintainable files.
>
> Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
> Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
> Cc: John Harrison <john.c.harrison at intel.com>
> Cc: Jon Ewins <jon.ewins at intel.com>
Reviewed-by: Michał Winiarski <michal.winiarski at intel.com>
-Michał
> ---
> .../gpu/drm/i915/gt/uc/abi/guc_actions_abi.h | 55 ++++
> .../gt/uc/abi/guc_communication_ctb_abi.h | 106 ++++++++
> .../gt/uc/abi/guc_communication_mmio_abi.h | 52 ++++
> .../gpu/drm/i915/gt/uc/abi/guc_errors_abi.h | 14 +
> .../drm/i915/gt/uc/abi/guc_log_buffer_abi.h | 56 ++++
> .../gpu/drm/i915/gt/uc/abi/guc_messages_abi.h | 21 ++
> drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 257 +-----------------
> 7 files changed, 312 insertions(+), 249 deletions(-)
> create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_actions_abi.h
> create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h
> create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_communication_mmio_abi.h
> create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_errors_abi.h
> create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_log_buffer_abi.h
> create mode 100644 drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h
More information about the Intel-gfx
mailing list