Symbol: pp_atomctrl_voltage_table
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c
576
pp_atomctrl_voltage_table *voltage_table)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h
205
typedef struct pp_atomctrl_voltage_table pp_atomctrl_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h
309
extern int atomctrl_get_voltage_table_v3(struct pp_hwmgr *hwmgr, uint8_t voltage_type, uint8_t voltage_mode, pp_atomctrl_voltage_table *voltage_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c
287
static int phm_get_svi2_voltage_table_v0(pp_atomctrl_voltage_table *voltage_table,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h
262
struct pp_atomctrl_voltage_table vddc_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h
263
struct pp_atomctrl_voltage_table vddci_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h
264
struct pp_atomctrl_voltage_table mvdd_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h
265
struct pp_atomctrl_voltage_table vddgfx_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
204
int phm_trim_voltage_table(struct pp_atomctrl_voltage_table *vol_table)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
209
struct pp_atomctrl_voltage_table *table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
214
table = kzalloc_obj(struct pp_atomctrl_voltage_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
241
memcpy(vol_table, table, sizeof(struct pp_atomctrl_voltage_table));
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
247
int phm_get_svi2_mvdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
275
int phm_get_svi2_vddci_voltage_table(struct pp_atomctrl_voltage_table *vol_table,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
303
int phm_get_svi2_vdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
328
struct pp_atomctrl_voltage_table *vol_table)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
408
uint8_t phm_get_voltage_id(pp_atomctrl_voltage_table *voltage_table,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c
429
uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci)
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
26
struct pp_atomctrl_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
75
extern int phm_trim_voltage_table(struct pp_atomctrl_voltage_table *vol_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
76
extern int phm_get_svi2_mvdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_clock_voltage_dependency_table *dep_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
77
extern int phm_get_svi2_vddci_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_clock_voltage_dependency_table *dep_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
78
extern int phm_get_svi2_vdd_voltage_table(struct pp_atomctrl_voltage_table *vol_table, phm_ppt_v1_voltage_lookup_table *lookup_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
79
extern void phm_trim_voltage_table_to_fit_state_table(uint32_t max_vol_steps, struct pp_atomctrl_voltage_table *vol_table);
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
83
extern uint8_t phm_get_voltage_id(struct pp_atomctrl_voltage_table *voltage_table,
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h
86
extern uint16_t phm_find_closest_vddci(struct pp_atomctrl_voltage_table *vddci_table, uint16_t vddci);
drivers/gpu/drm/amd/pm/powerplay/inc/hwmgr.h
36
struct pp_atomctrl_voltage_table;
drivers/gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c
1890
pp_atomctrl_voltage_table param_led_dpm;