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:num_sc_per_sh
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_discovery.c
410
adev->gfx.config.
num_sc_per_sh
= le32_to_cpu(gc_info->v1.gc_num_sc_per_se) /
in amdgpu_discovery_get_gfx_info()
429
adev->gfx.config.
num_sc_per_sh
= le32_to_cpu(gc_info->v2.gc_num_sc_per_se) /
in amdgpu_discovery_get_gfx_info()
H
A
D
amdgpu_gfx.h
181
uint32_t
num_sc_per_sh
;
member
H
A
D
amdgpu_ucode.h
270
uint32_t
num_sc_per_sh
;
member
H
A
D
amdgpu_device.c
1882
adev->gfx.config.
num_sc_per_sh
=
in amdgpu_device_parse_gpu_info_fw()
1883
le32_to_cpu(gpu_info_fw->
num_sc_per_sh
);
in amdgpu_device_parse_gpu_info_fw()
H
A
D
gfx_v10_0.c
4636
adev->gfx.config.
num_sc_per_sh
;
in gfx_v10_0_init_pa_sc_tile_steering_override()
4640
num_rb_per_sc = enabled_rb_per_sh / adev->gfx.config.
num_sc_per_sh
;
in gfx_v10_0_init_pa_sc_tile_steering_override()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
amdgpu_gfx.h
228
uint32_t
num_sc_per_sh
;
member
H
A
D
amdgpu_ucode.h
339
uint32_t
num_sc_per_sh
;
member
H
A
D
amdgpu_discovery.c
1451
adev->gfx.config.
num_sc_per_sh
= le32_to_cpu(gc_info->v1.gc_num_sc_per_se) /
in amdgpu_discovery_get_gfx_info()
1485
adev->gfx.config.
num_sc_per_sh
= le32_to_cpu(gc_info->v2.gc_num_sc_per_se) /
in amdgpu_discovery_get_gfx_info()
H
A
D
amdgpu_device.c
1975
adev->gfx.config.
num_sc_per_sh
=
in amdgpu_device_parse_gpu_info_fw()
1976
le32_to_cpu(gpu_info_fw->
num_sc_per_sh
);
in amdgpu_device_parse_gpu_info_fw()
H
A
D
gfx_v10_0.c
4782
adev->gfx.config.
num_sc_per_sh
;
in gfx_v10_0_init_pa_sc_tile_steering_override()
4786
num_rb_per_sc = enabled_rb_per_sh / adev->gfx.config.
num_sc_per_sh
;
in gfx_v10_0_init_pa_sc_tile_steering_override()
Completed in 41 milliseconds