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)
commit2617268ff9d8f8b6901a07962c985d774b999e58
treecefc5073c18e52f00b62e79b720434d53fa99135
parent63dc04498ace9cb657174e77373d6fcc85d6c492
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]
This page took 0.024819 seconds and 5 git commands to generate.