OSDN Git Service

Correct function name in comment
authorMaya Rashish <coypu@sdf.org>
Fri, 13 Dec 2019 10:26:30 +0000 (10:26 +0000)
committerChris 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

index 7fcdcf3..a0e437a 100644 (file)
@@ -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  ),
 };