Searched refs:SMU_TABLE_PMSTATUSLOG (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/amd/pm/swsmu/ |
A D | amdgpu_smu.c | 755 if (tables[SMU_TABLE_PMSTATUSLOG].size) { in smu_init_fb_allocations() 757 tables[SMU_TABLE_PMSTATUSLOG].size, in smu_init_fb_allocations() 758 tables[SMU_TABLE_PMSTATUSLOG].align, in smu_init_fb_allocations() 759 tables[SMU_TABLE_PMSTATUSLOG].domain, in smu_init_fb_allocations() 760 &tables[SMU_TABLE_PMSTATUSLOG].bo, in smu_init_fb_allocations() 762 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 774 if (i == SMU_TABLE_PMSTATUSLOG) in smu_init_fb_allocations() 794 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_init_fb_allocations() 797 &tables[SMU_TABLE_PMSTATUSLOG].cpu_addr); in smu_init_fb_allocations() 809 if (tables[SMU_TABLE_PMSTATUSLOG].mc_address) in smu_fini_fb_allocations() [all …]
|
/linux/drivers/gpu/drm/amd/pm/inc/ |
A D | amdgpu_smu.h | 320 SMU_TABLE_PMSTATUSLOG, enumerator
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
A D | smu_v13_0.c | 687 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v13_0_set_tool_table_location()
|
A D | aldebaran_ppt.c | 217 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in aldebaran_tables_init()
|
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
A D | smu_v11_0.c | 732 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 | 225 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in vangogh_tables_init()
|
A D | arcturus_ppt.c | 260 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in arcturus_tables_init()
|
A D | navi10_ppt.c | 509 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in navi10_tables_init()
|
A D | sienna_cichlid_ppt.c | 461 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in sienna_cichlid_tables_init()
|
Completed in 40 milliseconds