Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GEN9_MOCS_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H
A
D
mmio_context.c
42
#define
GEN9_MOCS_SIZE
64
macro
148
u32 control_table[I915_NUM_ENGINES][
GEN9_MOCS_SIZE
];
149
u32 l3cc_table[
GEN9_MOCS_SIZE
/ 2];
178
for (i = 0; i <
GEN9_MOCS_SIZE
; i++) {
in load_render_mocs()
186
for (i = 0; i <
GEN9_MOCS_SIZE
/ 2; i++) {
in load_render_mocs()
245
cs = intel_ring_begin(req, 2 *
GEN9_MOCS_SIZE
+ 2);
in restore_render_mocs_control_for_inhibit()
249
*cs++ = MI_LOAD_REGISTER_IMM(
GEN9_MOCS_SIZE
);
in restore_render_mocs_control_for_inhibit()
251
for (index = 0; index <
GEN9_MOCS_SIZE
; index++) {
in restore_render_mocs_control_for_inhibit()
272
cs = intel_ring_begin(req, 2 *
GEN9_MOCS_SIZE
/ 2 + 2);
in restore_render_mocs_l3cc_for_inhibit()
276
*cs++ = MI_LOAD_REGISTER_IMM(
GEN9_MOCS_SIZE
/
in restore_render_mocs_l3cc_for_inhibit()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H
A
D
mmio_context.c
46
#define
GEN9_MOCS_SIZE
64
macro
154
u32 control_table[I915_NUM_ENGINES][
GEN9_MOCS_SIZE
];
155
u32 l3cc_table[
GEN9_MOCS_SIZE
/ 2];
184
for (i = 0; i <
GEN9_MOCS_SIZE
; i++) {
in load_render_mocs()
192
for (i = 0; i <
GEN9_MOCS_SIZE
/ 2; i++) {
in load_render_mocs()
251
cs = intel_ring_begin(req, 2 *
GEN9_MOCS_SIZE
+ 2);
in restore_render_mocs_control_for_inhibit()
255
*cs++ = MI_LOAD_REGISTER_IMM(
GEN9_MOCS_SIZE
);
in restore_render_mocs_control_for_inhibit()
257
for (index = 0; index <
GEN9_MOCS_SIZE
; index++) {
in restore_render_mocs_control_for_inhibit()
278
cs = intel_ring_begin(req, 2 *
GEN9_MOCS_SIZE
/ 2 + 2);
in restore_render_mocs_l3cc_for_inhibit()
282
*cs++ = MI_LOAD_REGISTER_IMM(
GEN9_MOCS_SIZE
/
in restore_render_mocs_l3cc_for_inhibit()
[all...]
Completed in 2 milliseconds