HomeSort by: relevance | last modified time | path
    Searched refs:single_dpm_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_vega20_ppt.c 672 struct vega20_single_dpm_table *single_dpm_table,
692 single_dpm_table->count = num_of_levels;
707 single_dpm_table->dpm_levels[i].value = clk;
708 single_dpm_table->dpm_levels[i].enabled = true;
727 struct vega20_single_dpm_table *single_dpm_table; local
732 single_dpm_table = &(dpm_table->soc_table);
735 ret = vega20_set_single_dpm_table(smu, single_dpm_table,
742 single_dpm_table->count = 1;
743 single_dpm_table->dpm_levels[0].value = smu->smu_table.boot_values.socclk / 100;
745 vega20_init_single_dpm_state(&(single_dpm_table->dpm_state))
958 struct vega20_single_dpm_table *single_dpm_table; local
1197 struct vega20_single_dpm_table *single_dpm_table; local
1285 struct vega20_single_dpm_table *single_dpm_table; local
1449 struct vega20_single_dpm_table *single_dpm_table; local
1742 struct vega20_single_dpm_table *single_dpm_table; local
2533 struct vega20_single_dpm_table *single_dpm_table; local
2605 struct vega20_single_dpm_table *single_dpm_table; local
    [all...]
amdgpu_arcturus_ppt.c 373 struct arcturus_single_dpm_table *single_dpm_table,
393 single_dpm_table->count = num_of_levels;
407 single_dpm_table->dpm_levels[i].value = clk;
408 single_dpm_table->dpm_levels[i].enabled = true;
427 struct arcturus_single_dpm_table *single_dpm_table; local
432 single_dpm_table = &(dpm_table->soc_table);
434 ret = arcturus_set_single_dpm_table(smu, single_dpm_table,
441 single_dpm_table->count = 1;
442 single_dpm_table->dpm_levels[0].value = smu->smu_table.boot_values.socclk / 100;
444 arcturus_init_single_dpm_state(&(single_dpm_table->dpm_state))
744 struct arcturus_single_dpm_table *single_dpm_table; local
802 struct arcturus_single_dpm_table *single_dpm_table; local
    [all...]

Completed in 20 milliseconds