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:asic_family
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_device.c
83
.
asic_family
= CHIP_KAVERI,
102
.
asic_family
= CHIP_CARRIZO,
122
.
asic_family
= CHIP_RAVEN,
140
.
asic_family
= CHIP_HAWAII,
159
.
asic_family
= CHIP_TONGA,
177
.
asic_family
= CHIP_FIJI,
195
.
asic_family
= CHIP_FIJI,
214
.
asic_family
= CHIP_POLARIS10,
232
.
asic_family
= CHIP_POLARIS10,
250
.
asic_family
[all...]
H
A
D
kfd_flat_memory.c
397
switch (dev->device_info->
asic_family
) {
in kfd_init_apertures()
424
dev->device_info->
asic_family
);
in kfd_init_apertures()
H
A
D
cik_event_interrupt.c
46
dev->device_info->
asic_family
== CHIP_HAWAII) {
in cik_event_interrupt_isr()
H
A
D
kfd_device_queue_manager.c
174
if (!KFD_IS_SOC15(dev->device_info->
asic_family
)) {
in allocate_doorbell()
219
if (!KFD_IS_SOC15(dev->device_info->
asic_family
) ||
in deallocate_doorbell()
297
if (q->device->device_info->
asic_family
== CHIP_HAWAII)
in deallocate_vmid()
1002
if (dqm->dev->device_info->
asic_family
== CHIP_HAWAII)
in start_nocpsch()
1011
if (dqm->dev->device_info->
asic_family
== CHIP_HAWAII)
in stop_nocpsch()
1845
switch (dev->device_info->
asic_family
) {
in device_queue_manager_init()
1910
switch (dev->device_info->
asic_family
) {
in device_queue_manager_init()
1949
dev->device_info->
asic_family
);
in device_queue_manager_init()
H
A
D
kfd_topology.c
517
if (dev->gpu->device_info->
asic_family
== CHIP_TONGA)
in node_show()
1214
dev->gpu->device_info->
asic_family
== CHIP_HAWAII)
in kfd_fill_iolink_non_crat_info()
1348
switch (dev->gpu->device_info->
asic_family
) {
in kfd_topology_add_device()
1384
dev->gpu->device_info->
asic_family
);
in kfd_topology_add_device()
1401
if (dev->gpu->device_info->
asic_family
== CHIP_CARRIZO) {
in kfd_topology_add_device()
H
A
D
kfd_packet_manager.c
226
switch (dqm->dev->device_info->
asic_family
) {
in pm_init()
254
dqm->dev->device_info->
asic_family
);
in pm_init()
H
A
D
kfd_chardev.c
323
if (KFD_IS_SOC15(dev->device_info->
asic_family
))
in kfd_ioctl_create_queue()
585
if (dev->device_info->
asic_family
== CHIP_CARRIZO) {
in kfd_ioctl_dbg_register()
636
if (dev->device_info->
asic_family
== CHIP_CARRIZO) {
in kfd_ioctl_dbg_unregister()
681
if (dev->device_info->
asic_family
== CHIP_CARRIZO) {
in kfd_ioctl_dbg_address_watch()
789
if (dev->device_info->
asic_family
== CHIP_CARRIZO) {
in kfd_ioctl_dbg_wave_control()
H
A
D
kfd_events.c
937
if (dev->device_info->
asic_family
!= CHIP_RAVEN &&
in kfd_signal_iommu_event()
938
dev->device_info->
asic_family
!= CHIP_RENOIR) {
in kfd_signal_iommu_event()
H
A
D
kfd_kernel_queue.c
94
if (dev->device_info->
asic_family
> CHIP_MULLINS) {
in kq_initialize()
H
A
D
kfd_priv.h
191
enum amd_asic_type
asic_family
;
member
H
A
D
kfd_process.c
1216
if (!KFD_IS_SOC15(dev->device_info->
asic_family
))
in init_doorbell_bitmap()
H
A
D
kfd_crat.c
629
switch (kdev->device_info->
asic_family
) {
in kfd_fill_gpu_cache_info()
Completed in 17 milliseconds