OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remap_slice
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context_types.h
160
/**
remap_slice
: Bitmask of cache lines that need remapping */
161
u8
remap_slice
;
member in struct:i915_gem_context
i915_gem_context.c
631
ctx->
remap_slice
= ALL_L3_SLICES(i915);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_ring_submission.c
1554
if (!ctx || !ctx->
remap_slice
)
1558
if (!(ctx->
remap_slice
& BIT(i)))
1566
ctx->
remap_slice
= 0;
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_sysfs.c
232
ctx->
remap_slice
|= BIT(slice);
i915_debugfs.c
1515
seq_putc(m, ctx->
remap_slice
? 'R' : 'r');
Completed in 18 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025