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:gsi_offset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H
A
D
intel_sa_media.c
13
u32
gsi_offset
)
in intel_sa_mediagt_setup()
22
uncore->
gsi_offset
=
gsi_offset
;
in intel_sa_mediagt_setup()
12
intel_sa_mediagt_setup(struct intel_gt *gt, phys_addr_t phys_addr, u32
gsi_offset
)
intel_sa_mediagt_setup()
argument
H
A
D
intel_sa_media.h
13
u32
gsi_offset
);
H
A
D
gen8_engine_cs.c
205
u32
gsi_offset
= engine->gt->uncore->
gsi_offset
;
in gen12_emit_aux_table_inv()
local
211
*cs++ = i915_mmio_reg_offset(inv_reg) +
gsi_offset
;
in gen12_emit_aux_table_inv()
219
*cs++ = i915_mmio_reg_offset(inv_reg) +
gsi_offset
;
in gen12_emit_aux_table_inv()
H
A
D
intel_gt_types.h
297
u32
gsi_offset
;
member
H
A
D
intel_gt_mcr.c
591
offset += gt->uncore->
gsi_offset
;
in reg_needs_read_steering()
H
A
D
selftest_mocs.c
141
addr = global_mocs_offset() + gt->uncore->
gsi_offset
;
in read_mocs_table()
H
A
D
intel_gt.c
950
gtdef->
gsi_offset
);
in intel_gt_probe_all()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H
A
D
intel_uncore.h
149
u32
gsi_offset
;
member
331
offset += uncore->
gsi_offset
; \
341
offset += uncore->
gsi_offset
; \
512
* these macros do not account for uncore->
gsi_offset
. Any caller that needs
H
A
D
intel_uncore.c
946
offset += uncore->
gsi_offset
;
in find_fw_domain()
1203
offset += uncore->
gsi_offset
;
in is_shadowed()
2225
d->reg_set = uncore->regs + i915_mmio_reg_offset(reg_set) + uncore->
gsi_offset
;
in __fw_domain_init()
2226
d->reg_ack = uncore->regs + i915_mmio_reg_offset(reg_ack) + uncore->
gsi_offset
;
in __fw_domain_init()
H
A
D
i915_pci.c
813
.
gsi_offset
= MTL_MEDIA_GSI_BASE,
Completed in 12 milliseconds