Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c259 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in aldebaran_tables_init()
260 if (!smu_table->ecc_table) { in aldebaran_tables_init()
1837 EccInfoTable_t *ecc_table = NULL; in aldebaran_get_ecc_info() local
1850 smu_table->ecc_table, in aldebaran_get_ecc_info()
1857 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in aldebaran_get_ecc_info()
1863 ecc_table->EccInfo[i].ce_count_lo_chip; in aldebaran_get_ecc_info()
1865 ecc_table->EccInfo[i].ce_count_hi_chip; in aldebaran_get_ecc_info()
1867 ecc_table->EccInfo[i].mca_umc_status; in aldebaran_get_ecc_info()
1869 ecc_table in aldebaran_get_ecc_info()
[all...]
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()
2552 EccInfoTable_t *ecc_table = NULL; in smu_v13_0_0_get_ecc_info() local
2564 smu_table->ecc_table, in smu_v13_0_0_get_ecc_info()
2571 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in smu_v13_0_0_get_ecc_info()
2573 for (i = 0; i < ARRAY_SIZE(ecc_table->EccInfo); i++) { in smu_v13_0_0_get_ecc_info()
2576 ecc_table->EccInfo[i].ce_count_lo_chip; in smu_v13_0_0_get_ecc_info()
2578 ecc_table->EccInfo[i].ce_count_hi_chip; in smu_v13_0_0_get_ecc_info()
2580 ecc_table->EccInfo[i].mca_umc_status; in smu_v13_0_0_get_ecc_info()
2582 ecc_table->EccInfo[i].mca_umc_addr; in smu_v13_0_0_get_ecc_info()
H A Dsmu_v13_0.c523 kfree(smu_table->ecc_table); in smu_v13_0_fini_smc_tables()
526 smu_table->ecc_table = NULL; in smu_v13_0_fini_smc_tables()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c568 smu_table->ecc_table = kzalloc(tables[SMU_TABLE_ECCINFO].size, GFP_KERNEL); in sienna_cichlid_tables_init()
569 if (!smu_table->ecc_table) in sienna_cichlid_tables_init()
580 kfree(smu_table->ecc_table); in sienna_cichlid_tables_init()
4077 EccInfoTable_t *ecc_table = NULL; in sienna_cichlid_get_ecc_info() local
4089 smu_table->ecc_table, in sienna_cichlid_get_ecc_info()
4096 ecc_table = (EccInfoTable_t *)smu_table->ecc_table; in sienna_cichlid_get_ecc_info()
4101 ecc_table->EccInfo[i].ce_count_lo_chip; in sienna_cichlid_get_ecc_info()
4103 ecc_table->EccInfo[i].ce_count_hi_chip; in sienna_cichlid_get_ecc_info()
4105 ecc_table->EccInfo[i].mca_umc_status; in sienna_cichlid_get_ecc_info()
4107 ecc_table->EccInfo[i].mca_umc_addr; in sienna_cichlid_get_ecc_info()
H A Dsmu_v11_0.c451 kfree(smu_table->ecc_table); in smu_v11_0_fini_smc_tables()
455 smu_table->ecc_table = NULL; in smu_v11_0_fini_smc_tables()
/openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h336 void *ecc_table; member