Quoting Matthew Brost (2021-05-06 21:13:22) > From: Michal Wajdeczko <[email protected]> > > 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 <[email protected]> > Signed-off-by: Matthew Brost <[email protected]> > Cc: Michał Winiarski <[email protected]>
Reviewed-by: Michał Winiarski <[email protected]> -Michał > --- > .../gpu/drm/i915/gt/uc/abi/guc_actions_abi.h | 51 +++++ > .../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 ++ > .../gpu/drm/i915/gt/uc/abi/guc_messages_abi.h | 21 ++ > drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h | 203 +----------------- > 6 files changed, 250 insertions(+), 197 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_messages_abi.h _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
