diff options
| author | Maya Rashish <[email protected]> | 2019-12-13 10:26:30 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-12-16 23:13:12 +0000 |
| commit | f8b7487734ceae5f593e7b50368f98bc3eb3d068 (patch) | |
| tree | 594260a1720c8a21dc0c0590c8eda882cca2aa29 | |
| parent | 902eb748e5c3d32ad955eef439e0911905758166 (diff) | |
Correct function name in comment
Signed-off-by: Maya Rashish <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Signed-off-by: Chris Wilson <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | drivers/gpu/drm/i915/i915_cmd_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c index 7fcdcf31dc76..a0e437aa65b7 100644 --- 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 i915_parse_cmds(). + * a new action. See intel_engine_cmd_parser(). */ CMD( MI_BATCH_BUFFER_START, SMI, !F, 0xFF, S ), }; |