OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vddc_table
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_smu_helper.c
544
struct phm_ppt_v1_clock_voltage_dependency_table *
vddc_table
;
local in function:phm_apply_dal_min_voltage_request
560
vddc_table
= table_info->vdd_dep_on_sclk;
561
for (i = 0; i <
vddc_table
->count; i++) {
562
if (req_vddc <=
vddc_table
->entries[i].vddc) {
563
req_volt = (((uint32_t)
vddc_table
->entries[i].vddc) * VOLTAGE_SCALE);
amdgpu_vega10_processpptables.c
1158
const ATOM_Vega10_Voltage_Lookup_Table *
vddc_table
=
local in function:init_dpm_2_parameters
1163
&pp_table_info->vddc_lookup_table,
vddc_table
, 8);
amdgpu_smu8_hwmgr.c
448
struct phm_clock_voltage_dependency_table *
vddc_table
=
local in function:smu8_upload_pptable_to_smu
470
PP_ASSERT_WITH_CODE((
vddc_table
->count <= SMU8_MAX_HARDWARE_POWERLEVELS),
485
(i <
vddc_table
->count) ? (uint8_t)
vddc_table
->entries[i].v : 0;
487
(i <
vddc_table
->count) ?
vddc_table
->entries[i].clk : 0;
smu7_hwmgr.h
109
struct smu7_single_dpm_table
vddc_table
;
member in struct:smu7_dpm_table
/src/sys/external/bsd/drm2/dist/drm/radeon/
rv770_dpm.h
108
struct vddc_table_entry
vddc_table
[MAX_NO_VREG_STEPS];
member in struct:rv7xx_power_info
ci_dpm.h
74
struct ci_single_dpm_table
vddc_table
;
member in struct:ci_dpm_table
radeon_ci_dpm.c
3476
&pi->dpm_table.
vddc_table
,
3512
pi->dpm_table.
vddc_table
.dpm_levels[i].value =
3514
pi->dpm_table.
vddc_table
.dpm_levels[i].param1 =
3516
pi->dpm_table.
vddc_table
.dpm_levels[i].enabled = true;
3518
pi->dpm_table.
vddc_table
.count = allowed_sclk_vddc_table->count;
3793
struct radeon_clock_voltage_dependency_table *
vddc_table
=
local in function:ci_apply_disp_minimum_voltage_request
3808
for (i = 0; i <
vddc_table
->count; i++) {
3809
if (requested_voltage <=
vddc_table
->entries[i].v) {
3810
requested_voltage =
vddc_table
->entries[i].v;
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
si_dpm.h
564
struct vddc_table_entry
vddc_table
[MAX_NO_VREG_STEPS];
member in struct:rv7xx_power_info
Completed in 106 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025