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:max_gprs
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
rv770.c
1201
rdev->config.rv770.
max_gprs
= 256;
in rv770_gpu_init()
1221
rdev->config.rv770.
max_gprs
= 128;
in rv770_gpu_init()
1245
rdev->config.rv770.
max_gprs
= 256;
in rv770_gpu_init()
1265
rdev->config.rv770.
max_gprs
= 256;
in rv770_gpu_init()
1501
WREG32(SQ_GPR_RESOURCE_MGMT_1, (NUM_PS_GPRS((rdev->config.rv770.
max_gprs
* 24)/64) |
in rv770_gpu_init()
1502
NUM_VS_GPRS((rdev->config.rv770.
max_gprs
* 24)/64) |
in rv770_gpu_init()
1503
NUM_CLAUSE_TEMP_GPRS(((rdev->config.rv770.
max_gprs
* 24)/64)/2)));
in rv770_gpu_init()
1505
WREG32(SQ_GPR_RESOURCE_MGMT_2, (NUM_GS_GPRS((rdev->config.rv770.
max_gprs
* 7)/64) |
in rv770_gpu_init()
1506
NUM_ES_GPRS((rdev->config.rv770.
max_gprs
* 7)/64)));
in rv770_gpu_init()
1523
sq_dyn_gpr_size_simd_ab_0 = (SIMDA_RING0((rdev->config.rv770.
max_gprs
* 3
in rv770_gpu_init()
[all...]
H
A
D
evergreen.c
3162
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3184
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3206
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3229
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3251
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3279
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3301
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3323
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3345
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3367
rdev->config.evergreen.
max_gprs
in evergreen_gpu_init()
[all...]
H
A
D
radeon.h
2025
unsigned
max_gprs
;
member
2047
unsigned
max_gprs
;
member
2074
unsigned
max_gprs
;
member
2102
unsigned
max_gprs
;
member
2141
unsigned
max_gprs
;
member
2172
unsigned
max_gprs
;
member
H
A
D
r600.c
2012
rdev->config.r600.
max_gprs
= 256;
in r600_gpu_init()
2028
rdev->config.r600.
max_gprs
= 128;
in r600_gpu_init()
2046
rdev->config.r600.
max_gprs
= 128;
in r600_gpu_init()
2061
rdev->config.r600.
max_gprs
= 192;
in r600_gpu_init()
H
A
D
ni.c
912
rdev->config.cayman.
max_gprs
= 256;
in cayman_gpu_init()
990
rdev->config.cayman.
max_gprs
= 256;
in cayman_gpu_init()
H
A
D
si.c
3110
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3127
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3145
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3162
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3179
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
rv770.c
1198
rdev->config.rv770.
max_gprs
= 256;
in rv770_gpu_init()
1218
rdev->config.rv770.
max_gprs
= 128;
in rv770_gpu_init()
1242
rdev->config.rv770.
max_gprs
= 256;
in rv770_gpu_init()
1262
rdev->config.rv770.
max_gprs
= 256;
in rv770_gpu_init()
1498
WREG32(SQ_GPR_RESOURCE_MGMT_1, (NUM_PS_GPRS((rdev->config.rv770.
max_gprs
* 24)/64) |
in rv770_gpu_init()
1499
NUM_VS_GPRS((rdev->config.rv770.
max_gprs
* 24)/64) |
in rv770_gpu_init()
1500
NUM_CLAUSE_TEMP_GPRS(((rdev->config.rv770.
max_gprs
* 24)/64)/2)));
in rv770_gpu_init()
1502
WREG32(SQ_GPR_RESOURCE_MGMT_2, (NUM_GS_GPRS((rdev->config.rv770.
max_gprs
* 7)/64) |
in rv770_gpu_init()
1503
NUM_ES_GPRS((rdev->config.rv770.
max_gprs
* 7)/64)));
in rv770_gpu_init()
1520
sq_dyn_gpr_size_simd_ab_0 = (SIMDA_RING0((rdev->config.rv770.
max_gprs
* 3
in rv770_gpu_init()
[all...]
H
A
D
evergreen.c
3164
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3186
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3208
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3231
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3253
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3281
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3303
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3325
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3347
rdev->config.evergreen.
max_gprs
= 256;
in evergreen_gpu_init()
3369
rdev->config.evergreen.
max_gprs
in evergreen_gpu_init()
[all...]
H
A
D
radeon.h
2015
unsigned
max_gprs
;
member
2037
unsigned
max_gprs
;
member
2064
unsigned
max_gprs
;
member
2092
unsigned
max_gprs
;
member
2131
unsigned
max_gprs
;
member
2162
unsigned
max_gprs
;
member
H
A
D
r600.c
2011
rdev->config.r600.
max_gprs
= 256;
in r600_gpu_init()
2027
rdev->config.r600.
max_gprs
= 128;
in r600_gpu_init()
2045
rdev->config.r600.
max_gprs
= 128;
in r600_gpu_init()
2060
rdev->config.r600.
max_gprs
= 192;
in r600_gpu_init()
H
A
D
ni.c
899
rdev->config.cayman.
max_gprs
= 256;
in cayman_gpu_init()
977
rdev->config.cayman.
max_gprs
= 256;
in cayman_gpu_init()
H
A
D
si.c
3105
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3122
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3140
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3157
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
3174
rdev->config.si.
max_gprs
= 256;
in si_gpu_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
401
adev->gfx.config.
max_gprs
= le32_to_cpu(gc_info->v1.gc_num_gprs);
in amdgpu_discovery_get_gfx_info()
420
adev->gfx.config.
max_gprs
= le32_to_cpu(gc_info->v2.gc_num_gprs);
in amdgpu_discovery_get_gfx_info()
H
A
D
amdgpu_gfx.h
147
unsigned
max_gprs
;
member
H
A
D
amdgpu_atomfirmware.c
482
adev->gfx.config.
max_gprs
= le16_to_cpu(gfx_info->v24.gc_num_gprs);
in amdgpu_atomfirmware_get_gfx_info()
H
A
D
gfx_v6_0.c
1592
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1609
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1626
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1643
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1660
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
H
A
D
gfx_v8_0.c
1700
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1717
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1732
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1747
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1764
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1781
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1798
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1815
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
H
A
D
gfx_v7_0.c
4282
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
4299
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
4316
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
4335
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
H
A
D
amdgpu_debugfs.c
727
config[no_regs++] = adev->gfx.config.
max_gprs
;
in amdgpu_debugfs_gca_config_read()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_atomfirmware.c
781
adev->gfx.config.
max_gprs
= le16_to_cpu(gfx_info->v24.gc_num_gprs);
in amdgpu_atomfirmware_get_gfx_info()
799
adev->gfx.config.
max_gprs
= le16_to_cpu(gfx_info->v27.gc_num_gprs);
in amdgpu_atomfirmware_get_gfx_info()
H
A
D
amdgpu_gfx.h
194
unsigned
max_gprs
;
member
H
A
D
gfx_v6_0.c
1578
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1595
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1612
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1629
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
1646
adev->gfx.config.
max_gprs
= 256;
in gfx_v6_0_constants_init()
H
A
D
gfx_v8_0.c
1668
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1685
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1700
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1715
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1732
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1749
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1766
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
1783
adev->gfx.config.
max_gprs
= 256;
in gfx_v8_0_gpu_early_init()
H
A
D
gfx_v7_0.c
4223
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
4240
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
4257
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
4276
adev->gfx.config.
max_gprs
= 256;
in gfx_v7_0_gpu_early_init()
H
A
D
amdgpu_discovery.c
1442
adev->gfx.config.
max_gprs
= le32_to_cpu(gc_info->v1.gc_num_gprs);
in amdgpu_discovery_get_gfx_info()
1476
adev->gfx.config.
max_gprs
= le32_to_cpu(gc_info->v2.gc_num_gprs);
in amdgpu_discovery_get_gfx_info()
Completed in 97 milliseconds
1
2