Searched refs:SMU_TABLE_PMSTATUSLOG (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 806 if (tables[SMU_TABLE_PMSTATUSLOG].size) { in smu_init_fb_allocations() 808 tables[SMU_TABLE_PMSTATUSLOG].size, in smu_init_fb_allocations() 809 tables[SMU_TABLE_PMSTATUSLOG].align, in smu_init_fb_allocations() 810 tables[SMU_TABLE_PMSTATUSLOG].domain, in smu_init_fb_allocations() 811 &tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() 812 &tables[SMU_TABLE_PMSTATUSLOG].mc_address, in smu_init_fb_allocations() 813 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 834 if (i == SMU_TABLE_PMSTATUSLOG) in smu_init_fb_allocations() 853 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations() 854 amdgpu_bo_free_kernel(&tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/ |
H A D | amdgpu_smu.h | 311 SMU_TABLE_PMSTATUSLOG, enumerator
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 710 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v11_0_set_tool_table_location()
|
H A D | vangogh_ppt.c | 241 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in vangogh_tables_init()
|
H A D | arcturus_ppt.c | 258 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in arcturus_tables_init()
|
H A D | navi10_ppt.c | 511 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in navi10_tables_init()
|
H A D | sienna_cichlid_ppt.c | 544 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in sienna_cichlid_tables_init()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | aldebaran_ppt.c | 235 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in aldebaran_tables_init()
|
H A D | smu_v13_0_6_ppt.c | 225 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in smu_v13_0_6_tables_init()
|
H A D | smu_v13_0.c | 748 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v13_0_set_tool_table_location()
|
H A D | smu_v13_0_7_ppt.c | 507 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in smu_v13_0_7_tables_init()
|
H A D | smu_v13_0_0_ppt.c | 499 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in smu_v13_0_0_tables_init()
|