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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_hwmgr.c 315 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; local in function:vega10_odn_initial_default_setting
328 od_lookup_table = &odn_table->vddc_lookup_table;
329 vddc_lookup_table = table_info->vddc_lookup_table;
331 for (i = 0; i < vddc_lookup_table->count; i++)
332 od_lookup_table->entries[i].us_vdd = vddc_lookup_table->entries[i].us_vdd;
334 od_lookup_table->count = vddc_lookup_table->count;
575 table_info->vddc_lookup_table, vv_id, &sclk)) {
691 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
698 table_info->vddc_lookup_table->entries[voltage_id].us_vdd
1733 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; local in function:vega10_populate_vddc_soc_levels
    [all...]
amdgpu_process_pptables_v1_0.c 266 pp_table_information->vddc_lookup_table = NULL;
292 &pp_table_information->vddc_lookup_table, pVddcCACTable, 16);
1131 kfree(pp_table_information->vddc_lookup_table);
1132 pp_table_information->vddc_lookup_table = NULL;
amdgpu_vega10_processpptables.c 1135 pp_table_info->vddc_lookup_table = NULL;
1163 &pp_table_info->vddc_lookup_table, vddc_table, 8);
1253 kfree(pp_table_info->vddc_lookup_table);
1254 pp_table_info->vddc_lookup_table = NULL;
vega10_hwmgr.h 300 struct vega10_odn_vddc_lookup_table vddc_lookup_table; member in struct:vega10_odn_dpm_table
amdgpu_smu7_hwmgr.c 328 table_info->vddc_lookup_table);
1753 table_info->vddc_lookup_table, vv_id, &sclk)) {
1877 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
1884 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
1890 table_info->vddc_lookup_table->entries[voltage_id].us_vdd;
1957 phm_add_voltage(hwmgr, pptable_info->vddc_lookup_table, &v_record);
2044 table_info->vddc_lookup_table, &(data->vddc_leakage));
2070 tmp_result = smu7_sort_lookup_table(hwmgr, table_info->vddc_lookup_table);
2130 lookup_table = table_info->vddc_lookup_table;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_tonga_smumgr.c 271 pptable_info->vddc_lookup_table,
294 voltage->Vddc = phm_get_voltage_index(pptable_info->vddc_lookup_table,
406 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table = local in function:tonga_populate_cac_tables
407 pptable_info->vddc_lookup_table;
417 index = phm_get_voltage_index(vddc_lookup_table,
420 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low);
422 convert_to_vid(vddc_lookup_table->entries[index].us_cac_mid);
424 convert_to_vid(vddc_lookup_table->entries[index].us_cac_high);
437 index = phm_get_voltage_index(vddc_lookup_table,
440 convert_to_vid(vddc_lookup_table->entries[index].us_cac_low)
    [all...]
amdgpu_fiji_smumgr.c 770 table_info->vddc_lookup_table;
amdgpu_vegam_smumgr.c 513 table_info->vddc_lookup_table;
amdgpu_polaris10_smumgr.c 712 table_info->vddc_lookup_table;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 544 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member in struct:phm_ppt_v1_information
581 struct phm_ppt_v1_voltage_lookup_table *vddc_lookup_table; member in struct:phm_ppt_v2_information

Completed in 26 milliseconds