Lines Matching refs:timelines
500 struct intel_timeline **timelines; in live_hwsp_engine() local
512 timelines = kvmalloc_array(NUM_TIMELINES * I915_NUM_ENGINES, in live_hwsp_engine()
513 sizeof(*timelines), in live_hwsp_engine()
515 if (!timelines) in live_hwsp_engine()
543 timelines[count++] = tl; in live_hwsp_engine()
552 struct intel_timeline *tl = timelines[n]; in live_hwsp_engine()
565 kvfree(timelines); in live_hwsp_engine()
575 struct intel_timeline **timelines; in live_hwsp_alternate() local
588 timelines = kvmalloc_array(NUM_TIMELINES * I915_NUM_ENGINES, in live_hwsp_alternate()
589 sizeof(*timelines), in live_hwsp_alternate()
591 if (!timelines) in live_hwsp_alternate()
619 timelines[count++] = tl; in live_hwsp_alternate()
628 struct intel_timeline *tl = timelines[n]; in live_hwsp_alternate()
641 kvfree(timelines); in live_hwsp_alternate()