OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctx_desc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
scheduler.h
102
struct execlist_ctx_descriptor_format
ctx_desc
;
member in struct:intel_vgpu_workload
scheduler.c
184
workload->
ctx_desc
.lrca);
196
(u32)((workload->
ctx_desc
.lrca + i) <<
301
desc |= workload->
ctx_desc
.addressing_mode <<
804
workload->
ctx_desc
.lrca);
833
(u32)((workload->
ctx_desc
.lrca + i) <<
1415
struct execlist_ctx_descriptor_format *desc = &workload->
ctx_desc
;
1493
if (same_context(&last_workload->
ctx_desc
, desc)) {
1528
workload->
ctx_desc
= *desc;
execlist.c
426
this_desc = &workload->
ctx_desc
;
427
next_desc = &next_workload->
ctx_desc
;
437
ret = emulate_execlist_ctx_schedule_out(execlist, &workload->
ctx_desc
);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c
225
u32
ctx_desc
= lower_32_bits(rq->context->lrc_desc);
local in function:guc_add_request
228
guc_wq_item_append(guc, engine->guc_id,
ctx_desc
,
Completed in 13 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025