Symbol: smu10_voltage_dependency_table
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
1036
struct smu10_voltage_dependency_table *pclk_vol_table = NULL;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
393
struct smu10_voltage_dependency_table **pptable,
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
397
struct smu10_voltage_dependency_table *ptable;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
399
table_size = sizeof(uint32_t) + sizeof(struct smu10_voltage_dependency_table) * num_entry;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
823
struct smu10_voltage_dependency_table *mclk_table =
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
874
struct smu10_voltage_dependency_table *mclk_table =
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
982
struct smu10_voltage_dependency_table *pclk_vol_table;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
199
struct smu10_voltage_dependency_table *vdd_dep_on_dcefclk;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
200
struct smu10_voltage_dependency_table *vdd_dep_on_socclk;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
201
struct smu10_voltage_dependency_table *vdd_dep_on_fclk;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
202
struct smu10_voltage_dependency_table *vdd_dep_on_mclk;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
203
struct smu10_voltage_dependency_table *vdd_dep_on_dispclk;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
204
struct smu10_voltage_dependency_table *vdd_dep_on_dppclk;
sys/dev/drm/amd/powerplay/hwmgr/smu10_hwmgr.h
205
struct smu10_voltage_dependency_table *vdd_dep_on_phyclk;