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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_smu.c 996 if (tables[SMU_TABLE_PMSTATUSLOG].size) {
998 tables[SMU_TABLE_PMSTATUSLOG].size,
999 tables[SMU_TABLE_PMSTATUSLOG].align,
1000 tables[SMU_TABLE_PMSTATUSLOG].domain,
1001 &tables[SMU_TABLE_PMSTATUSLOG].bo,
1002 &tables[SMU_TABLE_PMSTATUSLOG].mc_address,
1003 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr);
1015 if (i == SMU_TABLE_PMSTATUSLOG)
1035 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address)
1036 amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo
    [all...]
amdgpu_smu_v11_0.c 807 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG];
amdgpu_arcturus_ppt.c 302 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE,
amdgpu_navi10_ppt.c 560 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE,
amdgpu_vega20_ppt.c 337 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE,
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
amdgpu_smu.h 241 SMU_TABLE_PMSTATUSLOG,

Completed in 20 milliseconds