Home
last modified time | relevance | path

Searched refs:ecc_table (Results 1 – 9 of 9) 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()
1741 EccInfoTable_t *ecc_table = NULL; in aldebaran_get_ecc_info() local
1754 smu_table->ecc_table, in aldebaran_get_ecc_info()
1761 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in aldebaran_get_ecc_info()
1767 ecc_table->EccInfo[i].ce_count_lo_chip; in aldebaran_get_ecc_info()
1769 ecc_table->EccInfo[i].ce_count_hi_chip; in aldebaran_get_ecc_info()
1771 ecc_table->EccInfo[i].mca_umc_status; in aldebaran_get_ecc_info()
1773 ecc_table->EccInfo[i].mca_umc_addr; in aldebaran_get_ecc_info()
1779 ecc_table->EccInfo_V2[i].ce_count_lo_chip; in aldebaran_get_ecc_info()
[all …]
H A Dsmu_v13_0_0_ppt.c513 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v13_0_0_tables_init()
514 if (!smu_table->ecc_table) in smu_v13_0_0_tables_init()
2939 EccInfoTable_t *ecc_table = NULL; in smu_v13_0_0_get_ecc_info() local
2951 smu_table->ecc_table, in smu_v13_0_0_get_ecc_info()
2958 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in smu_v13_0_0_get_ecc_info()
2960 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) { in smu_v13_0_0_get_ecc_info()
2963 ecc_table->EccInfo[i].ce_count_lo_chip; in smu_v13_0_0_get_ecc_info()
2965 ecc_table->EccInfo[i].ce_count_hi_chip; in smu_v13_0_0_get_ecc_info()
2967 ecc_table->EccInfo[i].mca_umc_status; in smu_v13_0_0_get_ecc_info()
2969 ecc_table->EccInfo[i].mca_umc_addr; in smu_v13_0_0_get_ecc_info()
H A Dsmu_v13_0.c526 kfree(smu_table->ecc_table); in smu_v13_0_fini_smc_tables()
529 smu_table->ecc_table = NULL; in smu_v13_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c573 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in sienna_cichlid_tables_init()
574 if (!smu_table->ecc_table) in sienna_cichlid_tables_init()
585 kfree(smu_table->ecc_table); in sienna_cichlid_tables_init()
2806 EccInfoTable_t *ecc_table = NULL; in sienna_cichlid_get_ecc_info() local
2818 smu_table->ecc_table, in sienna_cichlid_get_ecc_info()
2825 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in sienna_cichlid_get_ecc_info()
2830 ecc_table->EccInfo[i].ce_count_lo_chip; in sienna_cichlid_get_ecc_info()
2832 ecc_table->EccInfo[i].ce_count_hi_chip; in sienna_cichlid_get_ecc_info()
2834 ecc_table->EccInfo[i].mca_umc_status; in sienna_cichlid_get_ecc_info()
2836 ecc_table->EccInfo[i].mca_umc_addr; in sienna_cichlid_get_ecc_info()
H A Dsmu_v11_0.c448 kfree(smu_table->ecc_table); in smu_v11_0_fini_smc_tables()
452 smu_table->ecc_table = NULL; in smu_v11_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0.c482 kfree(smu_table->ecc_table); in smu_v15_0_fini_smc_tables()
485 smu_table->ecc_table = NULL; in smu_v15_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c513 kfree(smu_table->ecc_table); in smu_v14_0_fini_smc_tables()
516 smu_table->ecc_table = NULL; in smu_v14_0_fini_smc_tables()
H A Dsmu_v14_0_2_ppt.c411 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v14_0_2_tables_init()
412 if (!smu_table->ecc_table) in smu_v14_0_2_tables_init()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h397 void *ecc_table; member