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.wajdec...@intel.com> > Cc: Daniele Ceraolo Spurio <daniele.ceraolospu...@intel.com> > Cc: John Harrison <john.c.harri...@intel.com> > Cc: Jon Ewins <jon.ew...@intel.com>
Reviewed-by: Michał Winiarski <michal.winiar...@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 _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx