Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_0_ppt.c523 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v13_0_0_tables_init()
524 if (!smu_table->ecc_table) in smu_v13_0_0_tables_init()
3025 EccInfoTable_t *ecc_table = NULL; in smu_v13_0_0_get_ecc_info() local
3037 smu_table->ecc_table, in smu_v13_0_0_get_ecc_info()
3044 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in smu_v13_0_0_get_ecc_info()
3046 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) { in smu_v13_0_0_get_ecc_info()
3049 ecc_table->EccInfo[i].ce_count_lo_chip; in smu_v13_0_0_get_ecc_info()
3051 ecc_table->EccInfo[i].ce_count_hi_chip; in smu_v13_0_0_get_ecc_info()
3053 ecc_table->EccInfo[i].mca_umc_status; in smu_v13_0_0_get_ecc_info()
3055 ecc_table->EccInfo[i].mca_umc_addr; in smu_v13_0_0_get_ecc_info()
H A Dsmu_v13_0.c527 kfree(smu_table->ecc_table); in smu_v13_0_fini_smc_tables()
530 smu_table->ecc_table = NULL; in smu_v13_0_fini_smc_tables()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c514 kfree(smu_table->ecc_table); in smu_v14_0_fini_smc_tables()
517 smu_table->ecc_table = NULL; in smu_v14_0_fini_smc_tables()
H A Dsmu_v14_0_2_ppt.c453 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in smu_v14_0_2_tables_init()
454 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.c449 kfree(smu_table->ecc_table); in smu_v11_0_fini_smc_tables()
453 smu_table->ecc_table = NULL; in smu_v11_0_fini_smc_tables()