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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
hwmgr_ppt.h 35 uint8_t vddInd;
amdgpu_vega10_processpptables.c 597 clk_table->entries[i].vddInd =
631 mclk_table->entries[i].vddInd =
673 clk_table->entries[i].vddInd =
688 clk_table->entries[i].vddInd =
738 clk_table->entries[i].vddInd =
795 clk_table->entries[i].vddInd =
802 clk_table->entries[i].vddInd = clk_dep_table->entries[i-1].ucVddInd;
amdgpu_vega10_hwmgr.c 537 voltage_id = table_info->vdd_dep_on_socclk->entries[entry_id].vddInd;
689 voltage_id = vdt->entries[entry_id].vddInd;
702 voltage_id = mclk_table->entries[entry_id].vddInd;
1662 *current_vol_index = (uint8_t)(dep_on_soc->entries[i].vddInd);
1804 (uint8_t)(dep_on_mclk->entries[i].vddInd);
1900 entries[dep_table->entries[i].vddInd].us_vdd;
3523 return vdd_dep_table_on_mclk->entries[NUM_UCLK_DPM_LEVELS - 1].vddInd + 1;
4409 entries[dep_table->entries[i].vddInd].us_vdd);
5191 podn_vdd_dep->entries[i].vddInd = j;
5195 if (dep_table->entries[i].vddInd == podn_vdd_dep->entries[podn_vdd_dep->count-1].vddInd &
    [all...]
amdgpu_smu_helper.c 477 voltage_id = table_info->vdd_dep_on_sclk->entries[entry_id].vddInd;
695 dep_table->entries[i].vddInd = allowed_dep_table->entries[i].vddInd;
amdgpu_process_pptables_v1_0.c 403 mclk_table_record->vddInd = mclk_dep_record->ucVddcInd;
450 sclk_table_record->vddInd = sclk_dep_record->ucVddInd;
482 sclk_table_record->vddInd = sclk_dep_record->ucVddInd;
amdgpu_smu7_hwmgr.c 1869 voltage_id = sclk_table->entries[entry_id].vddInd;
1875 voltage_id = sclk_table->entries[entry_id].vddInd;
1882 voltage_id = mclk_table->entries[entry_id].vddInd;
2142 if (lookup_table->entries[dep_mclk_table->entries[dep_mclk_table->count-1].vddInd].us_vdd >= 1000)
2147 dep_mclk_table->entries[dep_mclk_table->count-1].vddInd = (uint8_t) i;

Completed in 22 milliseconds