projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
902eb74
)
Correct function name in comment
author
Maya Rashish
<coypu@sdf.org>
Fri, 13 Dec 2019 10:26:30 +0000
(10:26 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Mon, 16 Dec 2019 23:13:12 +0000
(23:13 +0000)
Signed-off-by: Maya Rashish <coypu@sdf.org>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191213102630.GA24082@SDF.ORG
drivers/gpu/drm/i915/i915_cmd_parser.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_cmd_parser.c
b/drivers/gpu/drm/i915/i915_cmd_parser.c
index
7fcdcf3
..
a0e437a
100644
(file)
--- a/
drivers/gpu/drm/i915/i915_cmd_parser.c
+++ b/
drivers/gpu/drm/i915/i915_cmd_parser.c
@@
-235,7
+235,7
@@
static const struct drm_i915_cmd_descriptor gen7_common_cmds[] = {
/*
* MI_BATCH_BUFFER_START requires some special handling. It's not
* really a 'skip' action but it doesn't seem like it's worth adding
- * a new action. See i
915_parse_cmds
().
+ * a new action. See i
ntel_engine_cmd_parser
().
*/
CMD( MI_BATCH_BUFFER_START, SMI, !F, 0xFF, S ),
};