Symbol: smu7_single_dpm_table
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3579
struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3582
struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
3781
struct smu7_single_dpm_table *dpm_table,
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4407
struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4408
struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4409
struct smu7_single_dpm_table *pcie_table = &(data->dpm_table.pcie_speed_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4531
struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4532
struct smu7_single_dpm_table *golden_sclk_table =
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4547
struct smu7_single_dpm_table *golden_sclk_table =
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4573
struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4574
struct smu7_single_dpm_table *golden_mclk_table =
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4589
struct smu7_single_dpm_table *golden_mclk_table =
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4739
struct smu7_single_dpm_table *sclk_table = &(data->dpm_table.sclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
4740
struct smu7_single_dpm_table *mclk_table = &(data->dpm_table.mclk_table);
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
104
struct smu7_single_dpm_table sclk_table;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
105
struct smu7_single_dpm_table mclk_table;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
106
struct smu7_single_dpm_table pcie_speed_table;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
107
struct smu7_single_dpm_table vddc_table;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
108
struct smu7_single_dpm_table vddci_table;
sys/dev/drm/amd/powerplay/hwmgr/smu7_hwmgr.h
109
struct smu7_single_dpm_table mvdd_table;