OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emit_flush
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring_submission.c
67
if (mode &
EMIT_FLUSH
)
143
* to the
EMIT_FLUSH
branch (i.e. immediately after the relocation
265
if (mode &
EMIT_FLUSH
) {
381
if (mode &
EMIT_FLUSH
) {
1403
return rq->engine->
emit_flush
(rq,
EMIT_FLUSH
);
1577
ret = rq->engine->
emit_flush
(rq,
EMIT_FLUSH
);
1593
return rq->engine->
emit_flush
(rq, EMIT_INVALIDATE);
1649
ret = request->engine->
emit_flush
(request, EMIT_INVALIDATE)
[
all
...]
intel_engine_types.h
435
int (*
emit_flush
)(struct i915_request *request, u32 mode);
member in struct:intel_engine_cs
437
#define
EMIT_FLUSH
BIT(1)
438
#define EMIT_BARRIER (EMIT_INVALIDATE |
EMIT_FLUSH
)
mock_engine.c
302
engine->base.
emit_flush
= mock_emit_flush;
intel_lrc.c
3084
ret = request->engine->
emit_flush
(request, EMIT_INVALIDATE);
3898
if (mode &
EMIT_FLUSH
) {
3959
if (mode &
EMIT_FLUSH
) {
4016
if (mode &
EMIT_FLUSH
) {
4328
engine->
emit_flush
= gen8_emit_flush;
4374
engine->
emit_flush
= gen12_emit_flush_render;
4378
engine->
emit_flush
= gen11_emit_flush_render;
4382
engine->
emit_flush
= gen8_emit_flush_render;
5147
ve->base.
emit_flush
= sibling->
emit_flush
;
[
all
...]
intel_workarounds.c
661
ret = rq->engine->
emit_flush
(rq, EMIT_BARRIER);
678
ret = rq->engine->
emit_flush
(rq, EMIT_BARRIER);
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
mmio_context.c
211
ret = req->engine->
emit_flush
(req, EMIT_BARRIER);
236
ret = req->engine->
emit_flush
(req, EMIT_BARRIER);
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c
1139
err = engine->
emit_flush
(rq, EMIT_INVALIDATE);
Completed in 20 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025