Symbol: intel_timeline
drivers/gpu/drm/i915/gem/i915_gem_context_types.h
29
struct intel_timeline;
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
2468
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
2502
struct intel_timeline *tl;
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
3059
static void retire_requests(struct intel_timeline *tl, struct i915_request *end)
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c
3071
struct intel_timeline * const tl = i915_request_timeline(rq);
drivers/gpu/drm/i915/gt/gen8_engine_cs.c
426
const struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_breadcrumbs.c
159
static void add_retire(struct intel_breadcrumbs *b, struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_context.c
485
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/gt/intel_context.h
247
static inline struct intel_timeline *__must_check
drivers/gpu/drm/i915/gt/intel_context.h
251
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/gt/intel_context.h
267
static inline void intel_context_timeline_unlock(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_context_types.h
116
struct intel_timeline *timeline;
drivers/gpu/drm/i915/gt/intel_engine_cs.c
1992
static struct intel_timeline *get_timeline(struct i915_request *rq)
drivers/gpu/drm/i915/gt/intel_engine_cs.c
1994
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_engine_cs.c
2018
struct intel_timeline *tl = get_timeline(rq);
drivers/gpu/drm/i915/gt/intel_engine_cs.c
2287
struct intel_timeline *tl = get_timeline(rq);
drivers/gpu/drm/i915/gt/intel_engine_cs.c
2489
struct intel_timeline *tl = request->context->timeline;
drivers/gpu/drm/i915/gt/intel_engine_pm.c
110
struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_engine_types.h
461
struct intel_timeline *timeline;
drivers/gpu/drm/i915/gt/intel_engine_types.h
576
struct intel_timeline *retire;
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
218
__active_request(const struct intel_timeline * const tl,
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
239
active_request(const struct intel_timeline * const tl, struct i915_request *rq)
drivers/gpu/drm/i915/gt/intel_execlists_submission.c
2848
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_gt_requests.c
113
struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_gt_requests.c
137
struct intel_timeline *tl, *tn;
drivers/gpu/drm/i915/gt/intel_gt_requests.c
17
static bool retire_requests(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_gt_requests.c
64
struct intel_timeline *tl = xchg(&engine->retire, NULL);
drivers/gpu/drm/i915/gt/intel_gt_requests.c
67
struct intel_timeline *next = xchg(&tl->retire, NULL);
drivers/gpu/drm/i915/gt/intel_gt_requests.c
89
struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_gt_requests.c
91
#define STUB ((struct intel_timeline *)1)
drivers/gpu/drm/i915/gt/intel_gt_requests.c
92
struct intel_timeline *first;
drivers/gpu/drm/i915/gt/intel_gt_requests.h
13
struct intel_timeline;
drivers/gpu/drm/i915/gt/intel_gt_requests.h
24
struct intel_timeline *tl);
drivers/gpu/drm/i915/gt/intel_lrc.c
1121
static struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_lrc.c
1124
struct intel_timeline *tl = fetch_and_zero(&ce->timeline);
drivers/gpu/drm/i915/gt/intel_lrc.c
1151
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_reset.c
1060
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_ring.c
194
struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_ring_submission.c
1351
struct intel_timeline *timeline;
drivers/gpu/drm/i915/gt/intel_ring_submission.c
308
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_timeline.c
126
struct intel_timeline *timeline =
drivers/gpu/drm/i915/gt/intel_timeline.c
127
container_of(rcu, struct intel_timeline, rcu);
drivers/gpu/drm/i915/gt/intel_timeline.c
146
struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_timeline.c
151
struct intel_timeline *timeline;
drivers/gpu/drm/i915/gt/intel_timeline.c
167
struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_timeline.c
172
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_timeline.c
186
void __intel_timeline_pin(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_timeline.c
192
int intel_timeline_pin(struct intel_timeline *tl, struct i915_gem_ww_ctx *ww)
drivers/gpu/drm/i915/gt/intel_timeline.c
224
void intel_timeline_reset_seqno(const struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_timeline.c
235
void intel_timeline_enter(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_timeline.c
276
void intel_timeline_exit(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_timeline.c
300
static u32 timeline_advance(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_timeline.c
309
__intel_timeline_get_seqno(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.c
327
int intel_timeline_get_seqno(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.c
344
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/intel_timeline.c
382
void intel_timeline_unpin(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/intel_timeline.c
394
struct intel_timeline *timeline =
drivers/gpu/drm/i915/gt/intel_timeline.c
41
struct intel_timeline *tl =
drivers/gpu/drm/i915/gt/intel_timeline.c
419
struct intel_timeline *tl, *tn;
drivers/gpu/drm/i915/gt/intel_timeline.c
50
struct intel_timeline *tl =
drivers/gpu/drm/i915/gt/intel_timeline.c
59
intel_timeline_pin_map(struct intel_timeline *timeline)
drivers/gpu/drm/i915/gt/intel_timeline.c
76
static int intel_timeline_init(struct intel_timeline *timeline,
drivers/gpu/drm/i915/gt/intel_timeline.h
102
I915_SELFTEST_DECLARE(int intel_timeline_pin_map(struct intel_timeline *tl));
drivers/gpu/drm/i915/gt/intel_timeline.h
18
struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_timeline.h
23
static inline struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_timeline.h
29
struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_timeline.h
33
static inline struct intel_timeline *
drivers/gpu/drm/i915/gt/intel_timeline.h
34
intel_timeline_get(struct intel_timeline *timeline)
drivers/gpu/drm/i915/gt/intel_timeline.h
41
static inline void intel_timeline_put(struct intel_timeline *timeline)
drivers/gpu/drm/i915/gt/intel_timeline.h
46
static inline int __intel_timeline_sync_set(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.h
52
static inline int intel_timeline_sync_set(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.h
58
static inline bool __intel_timeline_sync_is_later(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.h
64
static inline bool intel_timeline_sync_is_later(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.h
70
void __intel_timeline_pin(struct intel_timeline *tl);
drivers/gpu/drm/i915/gt/intel_timeline.h
71
int intel_timeline_pin(struct intel_timeline *tl, struct i915_gem_ww_ctx *ww);
drivers/gpu/drm/i915/gt/intel_timeline.h
72
void intel_timeline_enter(struct intel_timeline *tl);
drivers/gpu/drm/i915/gt/intel_timeline.h
73
int intel_timeline_get_seqno(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline.h
76
void intel_timeline_exit(struct intel_timeline *tl);
drivers/gpu/drm/i915/gt/intel_timeline.h
77
void intel_timeline_unpin(struct intel_timeline *tl);
drivers/gpu/drm/i915/gt/intel_timeline.h
79
void intel_timeline_reset_seqno(const struct intel_timeline *tl);
drivers/gpu/drm/i915/gt/intel_timeline.h
96
intel_timeline_is_last(const struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/intel_timeline_types.h
70
struct intel_timeline *retire;
drivers/gpu/drm/i915/gt/mock_engine.c
16
static int mock_timeline_pin(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/mock_engine.c
32
static void mock_timeline_unpin(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_context.c
19
struct intel_timeline *tl = i915_request_timeline(rq);
drivers/gpu/drm/i915/gt/selftest_context.c
48
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/gt/selftest_engine_cs.c
56
struct intel_timeline *tl =
drivers/gpu/drm/i915/gt/selftest_engine_heartbeat.c
20
static int timeline_sync(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
1189
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/gt/selftest_timeline.c
1267
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
1365
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
204
static int __igt_sync(struct intel_timeline *tl,
drivers/gpu/drm/i915/gt/selftest_timeline.c
246
struct intel_timeline tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
27
static struct page *hwsp_page(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
290
struct intel_timeline tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
35
static unsigned long hwsp_cacheline(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
42
static int selftest_tl_pin(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
485
checked_tl_write(struct intel_timeline *tl, struct intel_engine_cs *engine, u32 value)
drivers/gpu/drm/i915/gt/selftest_timeline.c
528
struct intel_timeline **timelines;
drivers/gpu/drm/i915/gt/selftest_timeline.c
551
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
580
struct intel_timeline *tl = timelines[n];
drivers/gpu/drm/i915/gt/selftest_timeline.c
600
struct intel_timeline **timelines;
drivers/gpu/drm/i915/gt/selftest_timeline.c
619
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
650
struct intel_timeline *tl = timelines[n];
drivers/gpu/drm/i915/gt/selftest_timeline.c
670
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
68
struct intel_timeline **history;
drivers/gpu/drm/i915/gt/selftest_timeline.c
79
struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
825
struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
93
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftest_timeline.c
939
static bool retire_requests(struct intel_timeline *tl)
drivers/gpu/drm/i915/gt/selftest_timeline.c
955
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/gt/selftest_timeline.c
984
struct intel_timeline *tl;
drivers/gpu/drm/i915/gt/selftests/mock_timeline.c
11
void mock_timeline_init(struct intel_timeline *timeline, u64 context)
drivers/gpu/drm/i915/gt/selftests/mock_timeline.c
26
void mock_timeline_fini(struct intel_timeline *timeline)
drivers/gpu/drm/i915/gt/selftests/mock_timeline.h
12
struct intel_timeline;
drivers/gpu/drm/i915/gt/selftests/mock_timeline.h
14
void mock_timeline_init(struct intel_timeline *timeline, u64 context);
drivers/gpu/drm/i915/gt/selftests/mock_timeline.h
15
void mock_timeline_fini(struct intel_timeline *timeline);
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
4371
struct intel_timeline *tl;
drivers/gpu/drm/i915/i915_active.h
17
struct intel_timeline;
drivers/gpu/drm/i915/i915_request.c
1033
struct intel_timeline *tl;
drivers/gpu/drm/i915/i915_request.c
1250
static bool intel_timeline_sync_has_start(struct intel_timeline *tl,
drivers/gpu/drm/i915/i915_request.c
1258
static int intel_timeline_sync_set_start(struct intel_timeline *tl,
drivers/gpu/drm/i915/i915_request.c
1637
struct intel_timeline *timeline)
drivers/gpu/drm/i915/i915_request.c
1672
struct intel_timeline *timeline)
drivers/gpu/drm/i915/i915_request.c
1722
struct intel_timeline *timeline = i915_request_timeline(rq);
drivers/gpu/drm/i915/i915_request.c
1847
struct intel_timeline * const tl = i915_request_timeline(rq);
drivers/gpu/drm/i915/i915_request.c
422
struct intel_timeline * const tl = i915_request_timeline(rq);
drivers/gpu/drm/i915/i915_request.c
826
static void retire_requests(struct intel_timeline *tl)
drivers/gpu/drm/i915/i915_request.c
836
request_alloc_slow(struct intel_timeline *tl,
drivers/gpu/drm/i915/i915_request.c
898
struct intel_timeline *tl = ce->timeline;
drivers/gpu/drm/i915/i915_request.h
215
struct intel_timeline __rcu *timeline;
drivers/gpu/drm/i915/i915_request.h
665
static inline struct intel_timeline *
drivers/gpu/drm/i915/i915_request.h
681
static inline struct intel_timeline *
drivers/gpu/drm/i915/pxp/intel_pxp_cmd.c
86
struct intel_timeline * const tl = i915_request_timeline(rq);