OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vddci_table
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c
434
uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *
vddci_table
, uint16_t vddci)
438
for (i = 0; i <
vddci_table
->count; i++) {
439
if (
vddci_table
->entries[i].value >= vddci)
440
return
vddci_table
->entries[i].value;
443
pr_debug("vddci is larger than max value in
vddci_table
\n");
444
return
vddci_table
->entries[i-1].value;
smu7_hwmgr.h
110
struct smu7_single_dpm_table
vddci_table
;
member in struct:smu7_dpm_table
smu_helper.h
88
extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *
vddci_table
, uint16_t vddci);
amdgpu_vega10_processpptables.c
1176
const ATOM_Vega10_Voltage_Lookup_Table *
vddci_table
=
local in function:init_dpm_2_parameters
1181
&pp_table_info->vddci_lookup_table,
vddci_table
, 4);
amdgpu_smu7_hwmgr.c
657
&data->dpm_table.
vddci_table
,
740
data->dpm_table.
vddci_table
.dpm_levels[i].value = allowed_vdd_mclk_table->entries[i].v;
741
data->dpm_table.
vddci_table
.dpm_levels[i].enabled = true;
743
data->dpm_table.
vddci_table
.count = allowed_vdd_mclk_table->count;
/src/sys/external/bsd/drm2/dist/drm/radeon/
ci_dpm.h
75
struct ci_single_dpm_table
vddci_table
;
member in struct:ci_dpm_table
radeon_ci_dpm.c
3479
&pi->dpm_table.
vddci_table
,
3523
pi->dpm_table.
vddci_table
.dpm_levels[i].value =
3525
pi->dpm_table.
vddci_table
.dpm_levels[i].enabled = true;
3527
pi->dpm_table.
vddci_table
.count = allowed_mclk_table->count;
Completed in 215 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025