drm/i915/guc: Keep strict GuC ABI definitions
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 3 Jun 2021 05:16:15 +0000 (22:16 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 3 Jun 2021 21:31:27 +0000 (23:31 +0200)
commit0a8e247dc1fa7a4b1e91b41f833f2a5f14c6d3f3
tree4c4b0d238f76788ebfcd8ef72b129ba03633b3c7
parent28bef5bc559ab211ef3306a850c201190518c961
drm/i915/guc: Keep strict GuC ABI definitions

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@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210603051630.2635-6-matthew.brost@intel.com
drivers/gpu/drm/i915/gt/uc/abi/guc_actions_abi.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/uc/abi/guc_communication_ctb_abi.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/uc/abi/guc_communication_mmio_abi.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/uc/abi/guc_errors_abi.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/uc/abi/guc_messages_abi.h [new file with mode: 0644]
drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h