Searched refs:timelines (Results 1 – 8 of 8) sorted by relevance
118 struct intel_gt_timelines *timelines = >->timelines; in intel_gt_init_timelines() local120 spin_lock_init(&timelines->lock); in intel_gt_init_timelines()121 INIT_LIST_HEAD(&timelines->active_list); in intel_gt_init_timelines()180 list_add_tail(&tl->engine_link, &engine->status_page.timelines); in intel_timeline_create_from_engine()237 struct intel_gt_timelines *timelines = &tl->gt->timelines; in intel_timeline_enter() local262 spin_lock(&timelines->lock); in intel_timeline_enter()271 list_add_tail(&tl->link, &timelines->active_list); in intel_timeline_enter()273 spin_unlock(&timelines->lock); in intel_timeline_enter()278 struct intel_gt_timelines *timelines = &tl->gt->timelines; in intel_timeline_exit() local287 spin_lock(&timelines->lock); in intel_timeline_exit()[all …]
528 struct intel_timeline **timelines; in live_hwsp_engine() local539 timelines = kvmalloc_objs(*timelines, NUM_TIMELINES * I915_NUM_ENGINES); 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() local612 timelines = kvmalloc_objs(*timelines, NUM_TIMELINES * I915_NUM_ENGINES); in live_hwsp_alternate()613 if (!timelines) in live_hwsp_alternate()640 timelines[count++] = tl; in live_hwsp_alternate()[all …]
131 } timelines; member
1073 INIT_LIST_HEAD(&engine->status_page.timelines); in init_status_page()
41 int timelines[timeline_count]; in test_merge_stress_random_merge() local49 timelines[i] = sw_sync_timeline_create(); in test_merge_stress_random_merge()51 fence = sw_sync_fence_create(timelines[0], "fence", 0); in test_merge_stress_random_merge()65 timeline = timelines[timeline_offset]; in test_merge_stress_random_merge()101 sw_sync_timeline_inc(timelines[i], fence_map[i]); in test_merge_stress_random_merge()112 sw_sync_timeline_destroy(timelines[i]); in test_merge_stress_random_merge()
26 selftest(timelines, intel_timeline_mock_selftests)
53 timelines and a callgraph to give a quick and detailed view of which devices210 to generate the data you want. It's most useful to collect dev mode timelines247 speed up the testing by not creating timelines or summary html files. You249 create the timelines.255 generate the timelines and summary.268 Used with -summary to regenerate any missing html timelines from their293 or if you need to generate the html timelines you can use -genhtml
116 in the timelines means circa 1 us, and the time moves ==>::