]> Git Repo - linux.git/commit
drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h
authorSagar Arun Kamble <[email protected]>
Thu, 16 Nov 2017 13:32:41 +0000 (19:02 +0530)
committerChris Wilson <[email protected]>
Thu, 16 Nov 2017 15:06:18 +0000 (15:06 +0000)
commita269574489d4fd4615562090b130cfc79309176e
treeba79bd4972be45f8eb9656a999a54c7b7cd779f8
parent5afc8b49e4f06dbd903987df101db5341575a5ba
drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h

With all component structures and functions named appropriately, change
the names of GuC submission source files. There were bunch of style issues
in guc_submission.c that are highlighted now by checkpatch. Fix those.
Update name in Documentation/gpu. (Joonas)

v2: Rebase.

v3: Rebase.

Signed-off-by: Sagar Arun Kamble <[email protected]>
Cc: Michal Wajdeczko <[email protected]>
Cc: Michal Winiarski <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Acked-by: Chris Wilson <[email protected]>
Acked-by: Joonas Lahtinen <[email protected]>
Acked-by: Oscar Mateo <[email protected]>
Reviewed-by: Michal Wajdeczko <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Chris Wilson <[email protected]>
Documentation/gpu/i915.rst
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_guc_submission.c [deleted file]
drivers/gpu/drm/i915/i915_guc_submission.h [deleted file]
drivers/gpu/drm/i915/intel_guc.c
drivers/gpu/drm/i915/intel_guc_submission.c [new file with mode: 0644]
drivers/gpu/drm/i915/intel_guc_submission.h [new file with mode: 0644]
drivers/gpu/drm/i915/intel_uc.c
This page took 0.047869 seconds and 4 git commands to generate.