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:ppsmc_pptable
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega12_processpptables.c
102
static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *
ppsmc_pptable
)
in append_vbios_pptable()
argument
111
ppsmc_pptable
->Liquid1_I2C_address = smc_dpm_table.liquid1_i2c_address;
in append_vbios_pptable()
112
ppsmc_pptable
->Liquid2_I2C_address = smc_dpm_table.liquid2_i2c_address;
in append_vbios_pptable()
113
ppsmc_pptable
->Vr_I2C_address = smc_dpm_table.vr_i2c_address;
in append_vbios_pptable()
114
ppsmc_pptable
->Plx_I2C_address = smc_dpm_table.plx_i2c_address;
in append_vbios_pptable()
116
ppsmc_pptable
->Liquid_I2C_LineSCL = smc_dpm_table.liquid_i2c_linescl;
in append_vbios_pptable()
117
ppsmc_pptable
->Liquid_I2C_LineSDA = smc_dpm_table.liquid_i2c_linesda;
in append_vbios_pptable()
118
ppsmc_pptable
->Vr_I2C_LineSCL = smc_dpm_table.vr_i2c_linescl;
in append_vbios_pptable()
119
ppsmc_pptable
->Vr_I2C_LineSDA = smc_dpm_table.vr_i2c_linesda;
in append_vbios_pptable()
121
ppsmc_pptable
in append_vbios_pptable()
[all...]
H
A
D
vega20_processpptables.c
716
static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *
ppsmc_pptable
)
in append_vbios_pptable()
argument
727
ppsmc_pptable
->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;
in append_vbios_pptable()
728
ppsmc_pptable
->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc;
in append_vbios_pptable()
730
ppsmc_pptable
->VddGfxVrMapping = smc_dpm_table->vddgfxvrmapping;
in append_vbios_pptable()
731
ppsmc_pptable
->VddSocVrMapping = smc_dpm_table->vddsocvrmapping;
in append_vbios_pptable()
732
ppsmc_pptable
->VddMem0VrMapping = smc_dpm_table->vddmem0vrmapping;
in append_vbios_pptable()
733
ppsmc_pptable
->VddMem1VrMapping = smc_dpm_table->vddmem1vrmapping;
in append_vbios_pptable()
735
ppsmc_pptable
->GfxUlvPhaseSheddingMask = smc_dpm_table->gfxulvphasesheddingmask;
in append_vbios_pptable()
736
ppsmc_pptable
->SocUlvPhaseSheddingMask = smc_dpm_table->soculvphasesheddingmask;
in append_vbios_pptable()
737
ppsmc_pptable
in append_vbios_pptable()
807
PPTable_t *
ppsmc_pptable
= (PPTable_t *)(pptable_information->smc_pptable);
override_powerplay_table_fantargettemperature()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
vega12_processpptables.c
101
static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *
ppsmc_pptable
)
in append_vbios_pptable()
argument
110
ppsmc_pptable
->Liquid1_I2C_address = smc_dpm_table.liquid1_i2c_address;
in append_vbios_pptable()
111
ppsmc_pptable
->Liquid2_I2C_address = smc_dpm_table.liquid2_i2c_address;
in append_vbios_pptable()
112
ppsmc_pptable
->Vr_I2C_address = smc_dpm_table.vr_i2c_address;
in append_vbios_pptable()
113
ppsmc_pptable
->Plx_I2C_address = smc_dpm_table.plx_i2c_address;
in append_vbios_pptable()
115
ppsmc_pptable
->Liquid_I2C_LineSCL = smc_dpm_table.liquid_i2c_linescl;
in append_vbios_pptable()
116
ppsmc_pptable
->Liquid_I2C_LineSDA = smc_dpm_table.liquid_i2c_linesda;
in append_vbios_pptable()
117
ppsmc_pptable
->Vr_I2C_LineSCL = smc_dpm_table.vr_i2c_linescl;
in append_vbios_pptable()
118
ppsmc_pptable
->Vr_I2C_LineSDA = smc_dpm_table.vr_i2c_linesda;
in append_vbios_pptable()
120
ppsmc_pptable
in append_vbios_pptable()
[all...]
H
A
D
vega20_processpptables.c
715
static int append_vbios_pptable(struct pp_hwmgr *hwmgr, PPTable_t *
ppsmc_pptable
)
in append_vbios_pptable()
argument
726
ppsmc_pptable
->MaxVoltageStepGfx = smc_dpm_table->maxvoltagestepgfx;
in append_vbios_pptable()
727
ppsmc_pptable
->MaxVoltageStepSoc = smc_dpm_table->maxvoltagestepsoc;
in append_vbios_pptable()
729
ppsmc_pptable
->VddGfxVrMapping = smc_dpm_table->vddgfxvrmapping;
in append_vbios_pptable()
730
ppsmc_pptable
->VddSocVrMapping = smc_dpm_table->vddsocvrmapping;
in append_vbios_pptable()
731
ppsmc_pptable
->VddMem0VrMapping = smc_dpm_table->vddmem0vrmapping;
in append_vbios_pptable()
732
ppsmc_pptable
->VddMem1VrMapping = smc_dpm_table->vddmem1vrmapping;
in append_vbios_pptable()
734
ppsmc_pptable
->GfxUlvPhaseSheddingMask = smc_dpm_table->gfxulvphasesheddingmask;
in append_vbios_pptable()
735
ppsmc_pptable
->SocUlvPhaseSheddingMask = smc_dpm_table->soculvphasesheddingmask;
in append_vbios_pptable()
736
ppsmc_pptable
in append_vbios_pptable()
806
PPTable_t *
ppsmc_pptable
= (PPTable_t *)(pptable_information->smc_pptable);
override_powerplay_table_fantargettemperature()
local
[all...]
Completed in 4 milliseconds