OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:avfs_params
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c
1571
struct pp_atom_ctrl__avfs_parameters
avfs_params
= {0};
local in function:vegam_populate_avfs_parameters
1584
result = atomctrl_get_avfs_information(hwmgr, &
avfs_params
);
1588
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSON_a0);
1590
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSON_a1);
1592
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSON_a2);
1594
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a0);
1596
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a1);
1598
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a2);
1600
PP_HOST_TO_SMC_UL(
avfs_params
.ulAVFSGB_FUSE_TABLE_CKSON_m1);
1602
PP_HOST_TO_SMC_US(
avfs_params
.usAVFSGB_FUSE_TABLE_CKSON_m2)
[
all
...]
amdgpu_vegam_smumgr.c
1571
struct pp_atom_ctrl__avfs_parameters
avfs_params
= {0};
local in function:vegam_populate_avfs_parameters
1584
result = atomctrl_get_avfs_information(hwmgr, &
avfs_params
);
1588
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSON_a0);
1590
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSON_a1);
1592
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSON_a2);
1594
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a0);
1596
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a1);
1598
PP_HOST_TO_SMC_UL(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a2);
1600
PP_HOST_TO_SMC_UL(
avfs_params
.ulAVFSGB_FUSE_TABLE_CKSON_m1);
1602
PP_HOST_TO_SMC_US(
avfs_params
.usAVFSGB_FUSE_TABLE_CKSON_m2)
[
all
...]
amdgpu_polaris10_smumgr.c
1653
struct pp_atom_ctrl__avfs_parameters
avfs_params
= {0};
local in function:polaris10_populate_avfs_parameters
1667
result = atomctrl_get_avfs_information(hwmgr, &
avfs_params
);
1677
avfs_params
.ucEnableApplyAVFS_CKS_OFF_Voltage = 1;
1680
if ((
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a0 == 0xEA522DD3) &&
1681
(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a1 == 0x5645A) &&
1682
(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a2 == 0x33F9E) &&
1683
(
avfs_params
.ulAVFSGB_FUSE_TABLE_CKSOFF_m1 == 0xFFFFC5CC) &&
1684
(
avfs_params
.usAVFSGB_FUSE_TABLE_CKSOFF_m2 == 0x1B1A) &&
1685
(
avfs_params
.ulAVFSGB_FUSE_TABLE_CKSOFF_b == 0xFFFFFCED)) {
1686
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a0 = 0xF718F1D4
[
all
...]
amdgpu_polaris10_smumgr.c
1653
struct pp_atom_ctrl__avfs_parameters
avfs_params
= {0};
local in function:polaris10_populate_avfs_parameters
1667
result = atomctrl_get_avfs_information(hwmgr, &
avfs_params
);
1677
avfs_params
.ucEnableApplyAVFS_CKS_OFF_Voltage = 1;
1680
if ((
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a0 == 0xEA522DD3) &&
1681
(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a1 == 0x5645A) &&
1682
(
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a2 == 0x33F9E) &&
1683
(
avfs_params
.ulAVFSGB_FUSE_TABLE_CKSOFF_m1 == 0xFFFFC5CC) &&
1684
(
avfs_params
.usAVFSGB_FUSE_TABLE_CKSOFF_m2 == 0x1B1A) &&
1685
(
avfs_params
.ulAVFSGB_FUSE_TABLE_CKSOFF_b == 0xFFFFFCED)) {
1686
avfs_params
.ulGB_VDROOP_TABLE_CKSOFF_a0 = 0xF718F1D4
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c
318
struct pp_atomfwctrl_avfs_parameters
avfs_params
= {0};
local in function:vega10_odn_initial_default_setting
322
result = pp_atomfwctrl_get_avfs_information(hwmgr, &
avfs_params
);
324
data->odn_dpm_table.max_vddc =
avfs_params
.ulMaxVddc;
325
data->odn_dpm_table.min_vddc =
avfs_params
.ulMinVddc;
2120
struct pp_atomfwctrl_avfs_parameters
avfs_params
= {0};
local in function:vega10_populate_avfs_parameters
2128
result = pp_atomfwctrl_get_avfs_information(hwmgr, &
avfs_params
);
2131
convert_to_vid((uint16_t)(
avfs_params
.ulMinVddc));
2133
convert_to_vid((uint16_t)(
avfs_params
.ulMaxVddc));
2135
pp_table->AConstant[0] = cpu_to_le32(
avfs_params
.ulMeanNsigmaAcontant0);
2136
pp_table->AConstant[1] = cpu_to_le32(
avfs_params
.ulMeanNsigmaAcontant1)
[
all
...]
amdgpu_vega10_hwmgr.c
318
struct pp_atomfwctrl_avfs_parameters
avfs_params
= {0};
local in function:vega10_odn_initial_default_setting
322
result = pp_atomfwctrl_get_avfs_information(hwmgr, &
avfs_params
);
324
data->odn_dpm_table.max_vddc =
avfs_params
.ulMaxVddc;
325
data->odn_dpm_table.min_vddc =
avfs_params
.ulMinVddc;
2120
struct pp_atomfwctrl_avfs_parameters
avfs_params
= {0};
local in function:vega10_populate_avfs_parameters
2128
result = pp_atomfwctrl_get_avfs_information(hwmgr, &
avfs_params
);
2131
convert_to_vid((uint16_t)(
avfs_params
.ulMinVddc));
2133
convert_to_vid((uint16_t)(
avfs_params
.ulMaxVddc));
2135
pp_table->AConstant[0] = cpu_to_le32(
avfs_params
.ulMeanNsigmaAcontant0);
2136
pp_table->AConstant[1] = cpu_to_le32(
avfs_params
.ulMeanNsigmaAcontant1)
[
all
...]
Completed in 34 milliseconds
Indexes created Mon Sep 29 13:09:55 GMT 2025