Searched refs:SMU_TABLE_PMSTATUSLOG (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/ |
A D | amdgpu_smu.c | 769 if (tables[SMU_TABLE_PMSTATUSLOG].size) { in smu_init_fb_allocations() 771 tables[SMU_TABLE_PMSTATUSLOG].size, in smu_init_fb_allocations() 772 tables[SMU_TABLE_PMSTATUSLOG].align, in smu_init_fb_allocations() 773 tables[SMU_TABLE_PMSTATUSLOG].domain, in smu_init_fb_allocations() 774 &tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() 776 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 788 if (i == SMU_TABLE_PMSTATUSLOG) in smu_init_fb_allocations() 808 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations() 811 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 823 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_fini_fb_allocations() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/inc/ |
A D | amdgpu_smu.h | 317 SMU_TABLE_PMSTATUSLOG, enumerator
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
A D | smu_v13_0_7_ppt.c | 483 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in smu_v13_0_7_tables_init()
|
A D | aldebaran_ppt.c | 236 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in aldebaran_tables_init()
|
A D | smu_v13_0_0_ppt.c | 466 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in smu_v13_0_0_tables_init()
|
A D | smu_v13_0.c | 766 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v13_0_set_tool_table_location()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
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()
|
A D | vangogh_ppt.c | 239 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in vangogh_tables_init()
|
A D | arcturus_ppt.c | 258 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in arcturus_tables_init()
|
A D | navi10_ppt.c | 510 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in navi10_tables_init()
|
A D | sienna_cichlid_ppt.c | 534 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in sienna_cichlid_tables_init()
|
Completed in 51 milliseconds