OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXT_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_cs.c
47
/* Haswell does have the
CXT_SIZE
register however it does not appear to be
164
u32
cxt_size
;
local in function:intel_engine_context_size
187
cxt_size
= intel_uncore_read(uncore, GEN7_CXT_SIZE);
188
return round_up(GEN7_CXT_TOTAL_SIZE(
cxt_size
) * 64,
191
cxt_size
= intel_uncore_read(uncore,
CXT_SIZE
);
192
return round_up(GEN6_CXT_TOTAL_SIZE(
cxt_size
) * 64,
206
cxt_size
= intel_uncore_read(uncore,
CXT_SIZE
) + 1;
207
DRM_DEBUG_DRIVER("gen%d
CXT_SIZE
= %d bytes [0x%08x]\n"
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h
4058
#define
CXT_SIZE
_MMIO(0x21a0)
Completed in 30 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025