Lines Matching refs:timelines
526 struct intel_timeline **timelines; in live_hwsp_engine() local
537 timelines = kvmalloc_array(NUM_TIMELINES * I915_NUM_ENGINES, in live_hwsp_engine()
538 sizeof(*timelines), in live_hwsp_engine()
540 if (!timelines) in live_hwsp_engine()
567 timelines[count++] = tl; in live_hwsp_engine()
580 struct intel_timeline *tl = timelines[n]; in live_hwsp_engine()
591 kvfree(timelines); in live_hwsp_engine()
600 struct intel_timeline **timelines; in live_hwsp_alternate() local
612 timelines = kvmalloc_array(NUM_TIMELINES * I915_NUM_ENGINES, in live_hwsp_alternate()
613 sizeof(*timelines), in live_hwsp_alternate()
615 if (!timelines) in live_hwsp_alternate()
642 timelines[count++] = tl; in live_hwsp_alternate()
652 struct intel_timeline *tl = timelines[n]; in live_hwsp_alternate()
663 kvfree(timelines); in live_hwsp_alternate()