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:sgpr2_init_regs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v8_0.c
1470
static const u32
sgpr2_init_regs
[] =
variable
1546
(((ARRAY_SIZE(
sgpr2_init_regs
) / 2) * 3) + 4 + 5 + 2) * 4;
in gfx_v8_0_do_edc_gpr_workarounds()
1626
for (i = 0; i < ARRAY_SIZE(
sgpr2_init_regs
); i += 2) {
in gfx_v8_0_do_edc_gpr_workarounds()
1628
ib.ptr[ib.length_dw++] =
sgpr2_init_regs
[i] - PACKET3_SET_SH_REG_START;
in gfx_v8_0_do_edc_gpr_workarounds()
1629
ib.ptr[ib.length_dw++] =
sgpr2_init_regs
[i + 1];
in gfx_v8_0_do_edc_gpr_workarounds()
H
A
D
gfx_v9_0.c
4408
static const struct soc15_reg_entry
sgpr2_init_regs
[] = {
variable
4635
ib.ptr[ib.length_dw++] = SOC15_REG_ENTRY_OFFSET(
sgpr2_init_regs
[i])
in gfx_v9_0_do_edc_gpr_workarounds()
4637
ib.ptr[ib.length_dw++] =
sgpr2_init_regs
[i].reg_value;
in gfx_v9_0_do_edc_gpr_workarounds()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
gfx_v8_0.c
1438
static const u32
sgpr2_init_regs
[] =
variable
1514
(((ARRAY_SIZE(
sgpr2_init_regs
) / 2) * 3) + 4 + 5 + 2) * 4;
in gfx_v8_0_do_edc_gpr_workarounds()
1594
for (i = 0; i < ARRAY_SIZE(
sgpr2_init_regs
); i += 2) {
in gfx_v8_0_do_edc_gpr_workarounds()
1596
ib.ptr[ib.length_dw++] =
sgpr2_init_regs
[i] - PACKET3_SET_SH_REG_START;
in gfx_v8_0_do_edc_gpr_workarounds()
1597
ib.ptr[ib.length_dw++] =
sgpr2_init_regs
[i + 1];
in gfx_v8_0_do_edc_gpr_workarounds()
H
A
D
gfx_v9_0.c
4242
static const struct soc15_reg_entry
sgpr2_init_regs
[] = {
variable
4469
ib.ptr[ib.length_dw++] = SOC15_REG_ENTRY_OFFSET(
sgpr2_init_regs
[i])
in gfx_v9_0_do_edc_gpr_workarounds()
4471
ib.ptr[ib.length_dw++] =
sgpr2_init_regs
[i].reg_value;
in gfx_v9_0_do_edc_gpr_workarounds()
Completed in 33 milliseconds