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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
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 in function:arcturus_set_default_dpm_table
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 in function:arcturus_upload_dpm_level
802 struct arcturus_single_dpm_table *single_dpm_table; local in function:arcturus_force_clk_levels
    [all...]
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 in function:vega20_set_default_dpm_table
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 in function:vega20_print_clk_levels
1197 struct vega20_single_dpm_table *single_dpm_table; local in function:vega20_upload_dpm_level
1285 struct vega20_single_dpm_table *single_dpm_table; local in function:vega20_force_clk_levels
1449 struct vega20_single_dpm_table *single_dpm_table; local in function:vega20_get_clock_by_type_with_latency
1742 struct vega20_single_dpm_table *single_dpm_table; local in function:vega20_get_od_percentage
2533 struct vega20_single_dpm_table *single_dpm_table; local in function:vega20_set_od_percentage
2605 struct vega20_single_dpm_table *single_dpm_table; local in function:vega20_odn_edit_dpm_table
    [all...]

Completed in 15 milliseconds