drm/i915/uc: Move uc firmware layout definitions to dedicated file
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 25 Jul 2019 14:13:08 +0000 (14:13 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 25 Jul 2019 20:23:15 +0000 (21:23 +0100)
commitabf30f235390b8da1cd28b73e7ec3f0ff96ac450
tree9e97dbf5d6610b5fb68bb07b78f0d13cb05fe101
parent199ddded380a99940b1f155e19cc885f57bfb852
drm/i915/uc: Move uc firmware layout definitions to dedicated file

Generic uc firmware layout definitions are unlikely to change and
are separate to other GuC specific definitions.

v2: reordered

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190725141308.24660-3-michal.wajdeczko@intel.com
Documentation/gpu/i915.rst
drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h
drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c
drivers/gpu/drm/i915/gt/uc/intel_uc_fw_abi.h [new file with mode: 0644]