diff options
author | Chris Wilson <[email protected]> | 2016-08-17 13:42:42 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2016-08-17 14:25:49 +0100 |
commit | ceae5317f608aaabf3e03377e061e44c7345cc6a (patch) | |
tree | 9d042421fee932868efe6107baad4d93bc2425ed | |
parent | dbaf788e710d1f65340c5f46a706fee5b634493c (diff) |
drm/i915: Add missing kerneldoc for guc_client_alloc:engines
Brief parameter text to describe @engines.
Signed-off-by: Chris Wilson <[email protected]>
Cc: Dave Gordon <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: Tvrtko Ursulin <[email protected]>
-rw-r--r-- | drivers/gpu/drm/i915/i915_guc_submission.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_guc_submission.c b/drivers/gpu/drm/i915/i915_guc_submission.c index bb4079223e39..e4369411f07d 100644 --- a/drivers/gpu/drm/i915/i915_guc_submission.c +++ b/drivers/gpu/drm/i915/i915_guc_submission.c @@ -744,6 +744,7 @@ static void guc_init_doorbell_hw(struct intel_guc *guc) /** * guc_client_alloc() - Allocate an i915_guc_client * @dev_priv: driver private data structure + * @engines: The set of engines to enable for this client * @priority: four levels priority _CRITICAL, _HIGH, _NORMAL and _LOW * The kernel client to replace ExecList submission is created with * NORMAL priority. Priority of a client for scheduler can be HIGH, |