Searched refs:emit_flush (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_engine_types.h528 int (*emit_flush)(struct i915_request *request, u32 mode); member in struct:intel_engine_cs
H A Dintel_execlists_submission.c2739 err = engine->emit_flush(rq, EMIT_FLUSH);
2744 err = engine->emit_flush(rq, EMIT_INVALIDATE);
2799 ret = request->engine->emit_flush(request, EMIT_INVALIDATE);
3453 engine->emit_flush = gen8_emit_flush_xcs;
3458 engine->emit_flush = gen12_emit_flush_xcs;
3526 engine->emit_flush = gen12_emit_flush_rcs;
3530 engine->emit_flush = gen11_emit_flush_rcs;
3534 engine->emit_flush = gen8_emit_flush_rcs;
4061 ve->base.emit_flush = sibling->emit_flush;
[all...]
H A Dintel_migrate.c801 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
814 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
829 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
838 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
843 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
879 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
1041 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
1060 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
H A Dintel_ring_submission.c685 return rq->engine->emit_flush(rq, EMIT_FLUSH);
863 ret = rq->engine->emit_flush(rq, EMIT_FLUSH);
879 return rq->engine->emit_flush(rq, EMIT_INVALIDATE);
905 ret = engine->emit_flush(rq, EMIT_FLUSH);
910 return engine->emit_flush(rq, EMIT_INVALIDATE);
993 ret = request->engine->emit_flush(request, EMIT_INVALIDATE);
1173 engine->emit_flush = gen7_emit_flush_rcs;
1176 engine->emit_flush = gen6_emit_flush_rcs;
1179 engine->emit_flush = gen4_emit_flush_rcs;
1182 engine->emit_flush
[all...]
H A Dintel_workarounds.c973 ret = rq->engine->emit_flush(rq, EMIT_BARRIER);
1013 ret = rq->engine->emit_flush(rq, EMIT_BARRIER);
H A Dmock_engine.c367 engine->base.emit_flush = mock_emit_flush;
H A Dselftest_migrate.c194 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
203 err = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_fw.c260 err = ce->engine->emit_flush(rq, 0);
H A Dintel_gsc_uc_heci_cmd_submit.c74 err = ce->engine->emit_flush(rq, 0);
184 err = ce->engine->emit_flush(rq, 0);
H A Dintel_guc_submission.c3832 ret = rq->engine->emit_flush(rq, EMIT_INVALIDATE);
4481 engine->emit_flush = gen8_emit_flush_xcs;
4486 engine->emit_flush = gen12_emit_flush_xcs;
4524 engine->emit_flush = gen12_emit_flush_rcs;
4528 engine->emit_flush = gen11_emit_flush_rcs;
4532 engine->emit_flush = gen8_emit_flush_rcs;
5891 ve->base.emit_flush = sibling->emit_flush;
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dmmio_context.c222 ret = req->engine->emit_flush(req, EMIT_BARRIER);
245 ret = req->engine->emit_flush(req, EMIT_BARRIER);

Completed in 991 milliseconds