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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_process_pptables_v1_0.c 801 pp_table_information->mm_dep_table = NULL;
807 &pp_table_information->mm_dep_table, mm_dependency_table);
1137 kfree(pp_table_information->mm_dep_table);
1138 pp_table_information->mm_dep_table = NULL;
1244 const ATOM_Tonga_MM_Dependency_Table *mm_dep_table = (ATOM_Tonga_MM_Dependency_Table *)(((unsigned long)pptable) local in function:ppt_get_vce_state_table_entry_v1_0
1260 entries, mm_dep_table,
amdgpu_vega10_processpptables.c 964 pp_table_info->mm_dep_table = NULL;
972 &pp_table_info->mm_dep_table,
1265 kfree(pp_table_info->mm_dep_table);
1266 pp_table_info->mm_dep_table = NULL;
amdgpu_vega10_hwmgr.c 673 table_info->mm_dep_table;
1316 table_info->mm_dep_table;
1939 table_info->mm_dep_table;
2033 table_info->mm_dep_table;
amdgpu_smu7_hwmgr.c 1865 table_info->mm_dep_table;
1982 phm_ppt_v1_mm_clock_voltage_dependency_table *mm_table = pptable_info->mm_dep_table;
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c 1434 table_info->mm_dep_table;
1473 table_info->mm_dep_table;
1569 table_info->mm_dep_table;
2378 if (table_info->mm_dep_table->count > 0)
2380 (uint8_t) (table_info->mm_dep_table->count - 1);
2412 (uint8_t) (table_info->mm_dep_table->count - 1);
amdgpu_vegam_smumgr.c 344 if (table_info->mm_dep_table->count > 0)
346 (uint8_t) (table_info->mm_dep_table->count - 1);
378 (uint8_t) (table_info->mm_dep_table->count - 1);
1205 table_info->mm_dep_table;
1318 table_info->mm_dep_table;
amdgpu_tonga_smumgr.c 1323 pptable_info->mm_dep_table;
1383 pptable_info->mm_dep_table;
1428 pptable_info->mm_dep_table;
1435 pptable_info->mm_dep_table->entries[count].aclk;
2689 if (table_info->mm_dep_table->count > 0)
2691 (uint8_t) (table_info->mm_dep_table->count - 1);
2724 (uint8_t) (table_info->mm_dep_table->count - 1);
amdgpu_polaris10_smumgr.c 1300 table_info->mm_dep_table;
1406 table_info->mm_dep_table;
2190 if (table_info->mm_dep_table->count > 0)
2192 (uint8_t) (table_info->mm_dep_table->count - 1);
2224 (uint8_t) (table_info->mm_dep_table->count - 1);
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 543 struct phm_ppt_v1_mm_clock_voltage_dependency_table *mm_dep_table; member in struct:phm_ppt_v1_information
565 struct phm_ppt_v1_mm_clock_voltage_dependency_table *mm_dep_table; member in struct:phm_ppt_v2_information

Completed in 31 milliseconds