Searched refs:SMU_TABLE_PMSTATUSLOG (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/ |
| D | amdgpu_smu.c | 521 if (tables[SMU_TABLE_PMSTATUSLOG].size) { in smu_init_fb_allocations() 523 tables[SMU_TABLE_PMSTATUSLOG].size, in smu_init_fb_allocations() 524 tables[SMU_TABLE_PMSTATUSLOG].align, in smu_init_fb_allocations() 525 tables[SMU_TABLE_PMSTATUSLOG].domain, in smu_init_fb_allocations() 526 &tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() 527 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations() 528 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 540 if (i == SMU_TABLE_PMSTATUSLOG) in smu_init_fb_allocations() 560 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations() 561 amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() [all …]
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/inc/ |
| D | amdgpu_smu.h | 239 SMU_TABLE_PMSTATUSLOG, enumerator
|
| /Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 681 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v11_0_set_tool_table_location()
|
| D | arcturus_ppt.c | 221 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in arcturus_tables_init()
|
| D | navi10_ppt.c | 475 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in navi10_tables_init()
|
| D | sienna_cichlid_ppt.c | 385 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in sienna_cichlid_tables_init()
|