Home
last modified time | relevance | path

Searched refs:vega20_dpm_table (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dvega20_ppt.c349 smu_dpm->dpm_context = kzalloc(sizeof(struct vega20_dpm_table), in vega20_allocate_dpm_context()
357 smu_dpm->golden_dpm_context = kzalloc(sizeof(struct vega20_dpm_table), in vega20_allocate_dpm_context()
362 smu_dpm->dpm_context_size = sizeof(struct vega20_dpm_table); in vega20_allocate_dpm_context()
716 struct vega20_dpm_table *dpm_table = NULL; in vega20_set_default_dpm_table()
891 sizeof(struct vega20_dpm_table)); in vega20_set_default_dpm_table()
899 struct vega20_dpm_table *dpm_table = NULL; in vega20_populate_umd_state_clk()
951 struct vega20_dpm_table *dpm_table = NULL; in vega20_print_clk_levels()
1186 struct vega20_dpm_table *dpm_table; in vega20_upload_dpm_level()
1274 struct vega20_dpm_table *dpm_table; in vega20_force_clk_levels()
1450 struct vega20_dpm_table *dpm_table = NULL; in vega20_get_clock_by_type_with_latency()
[all …]
Dvega20_ppt.h109 struct vega20_dpm_table { struct
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega20_hwmgr.h177 struct vega20_dpm_table { struct
437 struct vega20_dpm_table dpm_table;
438 struct vega20_dpm_table golden_dpm_table;
Dvega20_hwmgr.c770 sizeof(struct vega20_dpm_table)); in vega20_setup_default_dpm_tables()