Searched refs:clocks_table (Results 1 – 3 of 3) sorted by relevance
152 smu_table->clocks_table = kzalloc(sizeof(DpmClocks_t), GFP_KERNEL); in renoir_tables_init()153 if (!smu_table->clocks_table) 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()
298 kfree(smu_table->clocks_table); in smu_v12_0_fini_smc_tables()301 smu_table->clocks_table = NULL; in smu_v12_0_fini_smc_tables()319 return smu_update_table(smu, SMU_TABLE_DPMCLOCKS, 0, smu_table->clocks_table, false); in smu_v12_0_populate_smc_tables()
256 void *clocks_table; member