]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7170c19386c7b44f0f8d49ff9b3d0205bb3b1515
tree4c4b0d238f76788ebfcd8ef72b129ba03633b3c7
parent5a586acd60066c4d23bb2cd773b1a13feff6cb9e
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