OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:batch_end
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_cmd_parser.c
1420
u32 *cmd, *
batch_end
, offset = 0;
local in function:intel_engine_cmd_parser
1452
batch_end
= cmd + batch_length / sizeof(*
batch_end
);
1471
if ((
batch_end
- cmd) < length) {
1475
batch_end
- cmd);
1497
if (cmd >=
batch_end
) {
1517
*
batch_end
= MI_BATCH_BUFFER_END;
1533
__gen6_emit_bb_start(
batch_end
,
1542
drm_clflush_virt_range(
batch_end
, 8);
Completed in 14 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025