Home
last modified time | relevance | path

Searched refs:SMU_TABLE_PMSTATUSLOG (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c748 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/
Damdgpu_smu.h320 SMU_TABLE_PMSTATUSLOG, enumerator
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c681 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v13_0_set_tool_table_location()
Daldebaran_ppt.c217 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU13_TOOL_SIZE, in aldebaran_tables_init()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c729 struct smu_table *tool_table = &smu->smu_table.tables[SMU_TABLE_PMSTATUSLOG]; in smu_v11_0_set_tool_table_location()
Dvangogh_ppt.c225 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in vangogh_tables_init()
Darcturus_ppt.c260 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in arcturus_tables_init()
Dnavi10_ppt.c509 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in navi10_tables_init()
Dsienna_cichlid_ppt.c461 SMU_TABLE_INIT(tables, SMU_TABLE_PMSTATUSLOG, SMU11_TOOL_SIZE, in sienna_cichlid_tables_init()