OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:batch_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c
3353
void *batch, *
batch_ptr
;
local in function:intel_init_workaround_bb
3388
batch =
batch_ptr
= kmap_atomic(page);
3396
wa_bb[i]->offset =
batch_ptr
- batch;
3403
batch_ptr
= wa_bb_fn[i](engine,
batch_ptr
);
3404
wa_bb[i]->size =
batch_ptr
- (batch + wa_bb[i]->offset);
3407
BUG_ON(
batch_ptr
- batch > CTX_WA_BB_OBJ_SIZE);
intel_lrc.c
3353
void *batch, *
batch_ptr
;
local in function:intel_init_workaround_bb
3388
batch =
batch_ptr
= kmap_atomic(page);
3396
wa_bb[i]->offset =
batch_ptr
- batch;
3403
batch_ptr
= wa_bb_fn[i](engine,
batch_ptr
);
3404
wa_bb[i]->size =
batch_ptr
- (batch + wa_bb[i]->offset);
3407
BUG_ON(
batch_ptr
- batch > CTX_WA_BB_OBJ_SIZE);
Completed in 27 milliseconds
Indexes created Tue Sep 23 22:09:46 GMT 2025