Home
last modified time | relevance | path

Searched refs:execlists_capture (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_lrc.c2935 struct execlists_capture { struct
2943 struct execlists_capture *cap = container_of(work, typeof(*cap), work); in execlists_capture_work() argument
2973 static struct execlists_capture *capture_regs(struct intel_engine_cs *engine) in capture_regs()
2976 struct execlists_capture *cap; in capture_regs()
3044 static void execlists_capture(struct intel_engine_cs *engine) in execlists_capture() function
3046 struct execlists_capture *cap; in execlists_capture()
3121 execlists_capture(engine); in execlists_reset()