Lines Matching refs:dpm_tables

317 	dpm_table = &dpm_context->dpm_tables.soc_table;
333 dpm_table = &dpm_context->dpm_tables.gfx_table;
352 dpm_table = &dpm_context->dpm_tables.uclk_table;
368 dpm_table = &dpm_context->dpm_tables.fclk_table;
512 &dpm_context->dpm_tables.gfx_table;
514 &dpm_context->dpm_tables.uclk_table;
516 &dpm_context->dpm_tables.soc_table;
777 single_dpm_table = &(dpm_context->dpm_tables.gfx_table);
821 single_dpm_table = &(dpm_context->dpm_tables.uclk_table);
844 single_dpm_table = &(dpm_context->dpm_tables.soc_table);
867 single_dpm_table = &(dpm_context->dpm_tables.fclk_table);
890 single_dpm_table = &(dpm_context->dpm_tables.vclk_table);
913 single_dpm_table = &(dpm_context->dpm_tables.dclk_table);
948 freq = dpm_context->dpm_tables.gfx_table.dpm_levels[level].value;
962 freq = dpm_context->dpm_tables.uclk_table.dpm_levels[level].value;
976 freq = dpm_context->dpm_tables.soc_table.dpm_levels[level].value;
1004 single_dpm_table = &(dpm_context->dpm_tables.gfx_table);
1273 &dpm_context->dpm_tables.gfx_table;
1343 if (!max || (max < dpm_context->dpm_tables.gfx_table.min) ||
1344 (max > dpm_context->dpm_tables.gfx_table.max)) {
1351 min_clk = dpm_context->dpm_tables.gfx_table.min;
1352 max_clk = dpm_context->dpm_tables.gfx_table.max;
1395 if (input[1] < dpm_context->dpm_tables.gfx_table.min) {
1397 input[1], dpm_context->dpm_tables.gfx_table.min);
1405 if (input[1] > dpm_context->dpm_tables.gfx_table.max) {
1407 input[1], dpm_context->dpm_tables.gfx_table.max);
1424 min_clk = dpm_context->dpm_tables.gfx_table.min;
1425 max_clk = dpm_context->dpm_tables.gfx_table.max;