]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add GuC-related header files
authorDave Gordon <david.s.gordon@intel.com>
Thu, 9 Jul 2015 18:29:04 +0000 (19:29 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 21 Jul 2015 06:38:00 +0000 (08:38 +0200)
commitf8a055e56707bd492a0ad85ce71bfc273893aaac
treecefc5073c18e52f00b62e79b720434d53fa99135
parentd99f0081172f90126ee7acc95590b5262e9bcb3d
drm/i915: Add GuC-related header files

intel_guc_fwif.h contains the subset of the GuC interface that we
will need for submission of commands through the GuC. These MUST
be kept in sync with the definitions used by the GuC firmware, and
updates to this file will (or should) be autogenerated from the
source files used to build the firmware. Editing this file is
therefore not recommended.

i915_guc_reg.h contains definitions of GuC-related hardware:
registers, bitmasks, etc. These should match the BSpec.

v2:
    Files renamed & resliced per review comments by Chris Wilson

v4:
    Added DON'T-EDIT-ME warning [Tom O'Rourke]

Issue: VIZ-4884
Signed-off-by: Alex Dai <yu.dai@intel.com>
Signed-off-by: Dave Gordon <david.s.gordon@intel.com>
Reviewed-by: Tom O'Rourke <Tom.O'Rourke@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_guc_reg.h [new file with mode: 0644]
drivers/gpu/drm/i915/intel_guc_fwif.h [new file with mode: 0644]