Searched refs:SMU_TABLE_PMSTATUSLOG (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/ |
| D | amdgpu_smu.c | 748 if (tables[SMU_TABLE_PMSTATUSLOG].size) { in smu_init_fb_allocations() 750 tables[SMU_TABLE_PMSTATUSLOG].size, in smu_init_fb_allocations() 751 tables[SMU_TABLE_PMSTATUSLOG].align, in smu_init_fb_allocations() 752 tables[SMU_TABLE_PMSTATUSLOG].domain, in smu_init_fb_allocations() 753 &tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() 754 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations() 755 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 767 if (i == SMU_TABLE_PMSTATUSLOG) in smu_init_fb_allocations() 787 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations() 788 amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() [all …]
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/inc/ |
| D | amdgpu_smu.h | 320 SMU_TABLE_PMSTATUSLOG, enumerator
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| D | smu_v13_0.c | 681 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v13_0_set_tool_table_location()
|
| D | aldebaran_ppt.c | 217 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in aldebaran_tables_init()
|
| /Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
| D | smu_v11_0.c | 729 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v11_0_set_tool_table_location()
|
| D | vangogh_ppt.c | 225 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in vangogh_tables_init()
|
| D | arcturus_ppt.c | 260 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in arcturus_tables_init()
|
| D | navi10_ppt.c | 509 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in navi10_tables_init()
|
| D | sienna_cichlid_ppt.c | 461 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in sienna_cichlid_tables_init()
|