Home
last modified time | relevance | path

Searched refs:DpmClocks_t (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Drenoir_ppt.c147 SMU_TABLE_INIT(tables, SMU_TABLE_DPMCLOCKS, sizeof(DpmClocks_t), in renoir_tables_init()
152 smu_table->clocks_table = kzalloc(sizeof(DpmClocks_t), GFP_KERNEL); in renoir_tables_init()
166 DpmClocks_t *table = smu->smu_table.clocks_table; in renoir_get_dpm_uclk_limited()
185 DpmClocks_t *clk_table = smu->smu_table.clocks_table; in renoir_print_clk_levels()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/inc/
Dsmu10_driver_if.h114 } DpmClocks_t; typedef
Dsmu12_driver_if.h131 } DpmClocks_t; typedef
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/smumgr/
Dsmu10_smumgr.c261 sizeof(DpmClocks_t), in smu10_smu_init()
272 priv->smu_tables.entry[SMU10_CLOCKTABLE].size = sizeof(DpmClocks_t); in smu10_smu_init()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu10_hwmgr.h296 DpmClocks_t clock_table;
Dsmu10_hwmgr.c441 DpmClocks_t *table = &(smu10_data->clock_table); in smu10_populate_clock_table()