Home
last modified time | relevance | path

Searched refs:ecc_table (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c261 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in aldebaran_tables_init()
262 if (!smu_table->ecc_table) { in aldebaran_tables_init()
1742 EccInfoTable_t *ecc_table = NULL; in aldebaran_get_ecc_info() local
1755 smu_table->ecc_table, in aldebaran_get_ecc_info()
1762 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in aldebaran_get_ecc_info()
1768 ecc_table->EccInfo[i].ce_count_lo_chip; in aldebaran_get_ecc_info()
1770 ecc_table->EccInfo[i].ce_count_hi_chip; in aldebaran_get_ecc_info()
1772 ecc_table->EccInfo[i].mca_umc_status; in aldebaran_get_ecc_info()
1774 ecc_table->EccInfo[i].mca_umc_addr; in aldebaran_get_ecc_info()
1780 ecc_table->EccInfo_V2[i].ce_count_lo_chip; in aldebaran_get_ecc_info()
[all …]
H A Dsmu_v13_0_0_ppt.c517 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v13_0_0_tables_init()
518 if (!smu_table->ecc_table) in smu_v13_0_0_tables_init()
2970 EccInfoTable_t *ecc_table = NULL; in smu_v13_0_0_get_ecc_info() local
2982 smu_table->ecc_table, in smu_v13_0_0_get_ecc_info()
2989 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in smu_v13_0_0_get_ecc_info()
2991 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) { in smu_v13_0_0_get_ecc_info()
2994 ecc_table->EccInfo[i].ce_count_lo_chip; in smu_v13_0_0_get_ecc_info()
2996 ecc_table->EccInfo[i].ce_count_hi_chip; in smu_v13_0_0_get_ecc_info()
2998 ecc_table->EccInfo[i].mca_umc_status; in smu_v13_0_0_get_ecc_info()
3000 ecc_table->EccInfo[i].mca_umc_addr; in smu_v13_0_0_get_ecc_info()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c452 kfree(smu_table->ecc_table); in smu_v14_0_fini_smc_tables()
455 smu_table->ecc_table = NULL; in smu_v14_0_fini_smc_tables()
H A Dsmu_v14_0_2_ppt.c417 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v14_0_2_tables_init()
418 if (!smu_table->ecc_table) in smu_v14_0_2_tables_init()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c372 kfree(smu_table->ecc_table); in smu_v11_0_fini_smc_tables()
376 smu_table->ecc_table = NULL; in smu_v11_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h398 void *ecc_table; member