i915_timeline_create
i915_timeline_create(struct drm_i915_private *i915, const char *name);
timeline = i915_timeline_create(ctx->i915, ctx->name);
timeline = i915_timeline_create(engine->i915, engine->name);