Lines Matching refs:dpm_tables

494 		  &dpm_context->dpm_tables.soc_table,
497 &dpm_context->dpm_tables.uclk_table,
500 &dpm_context->dpm_tables.fclk_table,
503 &dpm_context->dpm_tables.vclk_table,
506 &dpm_context->dpm_tables.dclk_table,
513 dpm_table = &dpm_context->dpm_tables.gfx_table;
594 &dpm_context->dpm_tables.gfx_table;
596 &dpm_context->dpm_tables.uclk_table;
598 &dpm_context->dpm_tables.soc_table;
853 single_dpm_table = &(dpm_context->dpm_tables.uclk_table);
884 single_dpm_table = &(dpm_context->dpm_tables.soc_table);
915 single_dpm_table = &(dpm_context->dpm_tables.fclk_table);
946 single_dpm_table = &(dpm_context->dpm_tables.vclk_table);
977 single_dpm_table = &(dpm_context->dpm_tables.dclk_table);
1015 freq = dpm_context->dpm_tables.gfx_table.dpm_levels[level].value;
1031 freq = dpm_context->dpm_tables.uclk_table.dpm_levels[level]
1048 freq = dpm_context->dpm_tables.soc_table.dpm_levels[level].value;
1078 single_dpm_table = &(dpm_context->dpm_tables.gfx_table);
1439 &dpm_context->dpm_tables.gfx_table;
1516 if (!max || (max < dpm_context->dpm_tables.gfx_table.min) ||
1517 (max > dpm_context->dpm_tables.gfx_table.max)) {
1526 min_clk = dpm_context->dpm_tables.gfx_table.min;
1527 max_clk = dpm_context->dpm_tables.gfx_table.max;
1573 if (input[1] < dpm_context->dpm_tables.gfx_table.min) {
1578 dpm_context->dpm_tables.gfx_table.min);
1586 if (input[1] > dpm_context->dpm_tables.gfx_table.max) {
1591 dpm_context->dpm_tables.gfx_table.max);
1609 min_clk = dpm_context->dpm_tables.gfx_table.min;
1610 max_clk = dpm_context->dpm_tables.gfx_table.max;