drm/i915/guc: Move GuC submission declarations into dedicated header
authorMichal Wajdeczko <[email protected]>
Wed, 4 Oct 2017 18:13:40 +0000 (18:13 +0000)
committerJoonas Lahtinen <[email protected]>
Fri, 6 Oct 2017 06:37:19 +0000 (09:37 +0300)
commit9f436c46ea09347e0ee050e819f486bbab047e6c
tree82c6e0e3f7a01ac5934df0c6ac5205141167ba6c
parentd62e2bf3897023c61db6b47138f615b5ba425563
drm/i915/guc: Move GuC submission declarations into dedicated header

Move GuC submission declarations into dedicated header as we want to
keep uC specific code in separate files.

v2: fix include (Chris)
    update commit message (Joonas)

Signed-off-by: Michal Wajdeczko <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Sagar Arun Kamble <[email protected]>
Cc: MichaĹ Winiarski <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Joonas Lahtinen <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_guc_submission.c
drivers/gpu/drm/i915/i915_guc_submission.h [new file with mode: 0644]
drivers/gpu/drm/i915/intel_uc.c
drivers/gpu/drm/i915/intel_uc.h