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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_process_pptables_v1_0.c 527 pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1;
566 pcie_count = (pp_table_information->vdd_dep_on_sclk->count) + 1;
750 if (pp_table_information->vdd_dep_on_sclk->count <
799 pp_table_information->vdd_dep_on_sclk = NULL;
815 &pp_table_information->vdd_dep_on_sclk, sclk_dep_table);
843 if (result == 0 && (NULL != pp_table_information->vdd_dep_on_sclk)
844 && (0 != pp_table_information->vdd_dep_on_sclk->count))
846 pp_table_information->vdd_dep_on_sclk);
1119 kfree(pp_table_information->vdd_dep_on_sclk);
1120 pp_table_information->vdd_dep_on_sclk = NULL
    [all...]
amdgpu_vega10_processpptables.c 835 pcie_count = table_info->vdd_dep_on_sclk->count;
961 pp_table_info->vdd_dep_on_sclk = NULL;
987 &pp_table_info->vdd_dep_on_sclk,
1045 pp_table_info->vdd_dep_on_sclk &&
1046 pp_table_info->vdd_dep_on_sclk->count)
1049 pp_table_info->vdd_dep_on_sclk);
1241 kfree(pp_table_info->vdd_dep_on_sclk);
1242 pp_table_info->vdd_dep_on_sclk = NULL;
amdgpu_smu_helper.c 476 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) {
477 voltage_id = table_info->vdd_dep_on_sclk->entries[entry_id].vddInd;
482 if (entry_id >= table_info->vdd_dep_on_sclk->count) {
483 pr_debug("Can't find requested voltage id in vdd_dep_on_sclk table\n");
487 *sclk = table_info->vdd_dep_on_sclk->entries[entry_id].clk;
560 vddc_table = table_info->vdd_dep_on_sclk;
amdgpu_vega10_hwmgr.c 336 dep_table[0] = table_info->vdd_dep_on_sclk;
339 od_table[0] = (struct phm_ppt_v1_clock_voltage_dependency_table *)&odn_table->vdd_dep_on_sclk;
536 for (entry_id = 0; entry_id < table_info->vdd_dep_on_sclk->count; entry_id++) {
681 case 1: vdt = table_info->vdd_dep_on_sclk; break;
1193 table_info->vdd_dep_on_sclk,
1312 table_info->vdd_dep_on_sclk;
1575 &(data->odn_dpm_table.vdd_dep_on_sclk);
1577 dep_on_sclk = table_info->vdd_dep_on_sclk;
2100 table_info->vdd_dep_on_sclk;
2119 table_info->vdd_dep_on_sclk;
    [all...]
amdgpu_smu7_hwmgr.c 776 dep_sclk_table = table_info->vdd_dep_on_sclk;
843 dep_sclk_table = table_info->vdd_dep_on_sclk;
885 dep_sclk_table = table_info->vdd_dep_on_sclk;
941 dep_table = table_info->vdd_dep_on_sclk;
1724 sclk_table = table_info->vdd_dep_on_sclk;
1758 sclk_table = table_info->vdd_dep_on_sclk;
1861 table_info->vdd_dep_on_sclk;
1941 phm_ppt_v1_clock_voltage_dependency_table *sclk_table = pptable_info->vdd_dep_on_sclk;
2083 table_info->vdd_dep_on_sclk;
2781 for (count = table_info->vdd_dep_on_sclk->count-1; count >= 0; count--)
    [all...]
vega10_hwmgr.h 297 struct vega10_odn_clock_voltage_dependency_table vdd_dep_on_sclk; member in struct:vega10_odn_dpm_table
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c 826 table_info->vdd_dep_on_sclk, clock,
1129 table_info->vdd_dep_on_sclk,
1411 count = (uint8_t)(table_info->vdd_dep_on_sclk->count);
1414 if (table_info->vdd_dep_on_sclk->entries[level].clk >=
1498 table_info->vdd_dep_on_sclk;
1579 table_info->vdd_dep_on_sclk;
amdgpu_fiji_smumgr.c 959 vdd_dep_table = table_info->vdd_dep_on_sclk;
1325 table_info->vdd_dep_on_sclk,
1647 count = (uint8_t)(table_info->vdd_dep_on_sclk->count);
1649 if (table_info->vdd_dep_on_sclk->entries[level].clk >=
1679 table_info->vdd_dep_on_sclk;
amdgpu_polaris10_smumgr.c 928 vdd_dep_table = table_info->vdd_dep_on_sclk;
1221 table_info->vdd_dep_on_sclk,
1494 count = (uint8_t)(table_info->vdd_dep_on_sclk->count);
1497 if (table_info->vdd_dep_on_sclk->entries[level].clk >=
1525 table_info->vdd_dep_on_sclk;
1661 table_info->vdd_dep_on_sclk;
amdgpu_tonga_smumgr.c 637 vdd_dep_table = pptable_info->vdd_dep_on_sclk;
1590 table_info->vdd_dep_on_sclk;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 529 struct phm_ppt_v1_clock_voltage_dependency_table *vdd_dep_on_sclk; member in struct:phm_ppt_v1_information
558 struct phm_ppt_v1_clock_voltage_dependency_table *vdd_dep_on_sclk; member in struct:phm_ppt_v2_information

Completed in 29 milliseconds