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 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
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
)
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_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
...]
Completed in 16 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025