Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_lrc.c2599 struct execlists_capture { struct
2607 struct execlists_capture *cap = container_of(work, typeof(*cap), work); in execlists_capture_work() argument
2637 static struct execlists_capture *capture_regs(struct intel_engine_cs *engine) in capture_regs()
2640 struct execlists_capture *cap; in capture_regs()
2669 static bool execlists_capture(struct intel_engine_cs *engine) in execlists_capture() function
2671 struct execlists_capture *cap; in execlists_capture()
2749 if (execlists_capture(engine)) in preempt_reset()