projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2a9692
)
drm/i915/gt: Update engine_init_common documentation
author
Nirmoy Das
<nirmoy.das@intel.com>
Fri, 10 Mar 2023 10:10:24 +0000
(11:10 +0100)
committer
Nirmoy Das
<nirmoy.das@intel.com>
Thu, 16 Mar 2023 09:54:01 +0000
(10:54 +0100)
Change the function doc to reflect updated name.
v2: un-kerneldoc the comment(Matt).
:s/engines_init_common/engine_init_common(Andi)
Cc: Andi Shyti <andi.shyti@linux.intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20230310101024.4700-1-nirmoy.das@intel.com
drivers/gpu/drm/i915/gt/intel_engine_cs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/gt/intel_engine_cs.c
b/drivers/gpu/drm/i915/gt/intel_engine_cs.c
index ad3413242100900d704049e496bc6654873412b2..5c6c9a6d469c5f776d5ef44821a5c1cdea1c9550 100644
(file)
--- a/
drivers/gpu/drm/i915/gt/intel_engine_cs.c
+++ b/
drivers/gpu/drm/i915/gt/intel_engine_cs.c
@@
-1428,8
+1428,8
@@
create_kernel_context(struct intel_engine_cs *engine)
&kernel, "kernel_context");
}
-/*
*
- *
intel_engines_init_common - initialize c
engine state which might require hw access
+/*
+ *
engine_init_common - initialize
engine state which might require hw access
* @engine: Engine to initialize.
*
* Initializes @engine@ structure members shared between legacy and execlists