summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorMichal Wajdeczko <michal.wajdeczko@intel.com>2017-01-13 17:41:57 +0000
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2017-01-18 07:29:04 +0000
commitf9cda04867804e232987a2bc8832ee109907ed6f (patch)
tree0f29610b5507403661159718a8b2a1a47e5bbb48 /drivers/gpu/drm/i915/Makefile
parenta5e4c7d0aa6784d8abe95c3ceef0da9656d17468 (diff)
downloadop-kernel-dev-f9cda04867804e232987a2bc8832ee109907ed6f.zip
op-kernel-dev-f9cda04867804e232987a2bc8832ee109907ed6f.tar.gz
drm/i915/guc: Move GuC log related functions into dedicated file
Functions supporting GuC logging capabilities were spread across many files, with unnecessary exposures and mixed with unrelated code. Dedicate file will make maintenance of all GuC functions easier as more functions are coming to support GuC submissions. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170113174157.104492-1-michal.wajdeczko@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index 5196509..40185fd 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -56,6 +56,7 @@ i915-y += i915_cmd_parser.o \
# general-purpose microcontroller (GuC) support
i915-y += intel_uc.o \
+ intel_guc_log.o \
intel_guc_loader.o \
i915_guc_submission.o
OpenPOWER on IntegriCloud