Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_4.c693 uint32_t sec_count, ded_count; in gfx_v9_4_query_utc_edc_status() local
711 sec_count = REG_GET_FIELD(data, VML2_MEM_ECC_CNTL, SEC_COUNT); in gfx_v9_4_query_utc_edc_status()
712 if (sec_count) { in gfx_v9_4_query_utc_edc_status()
715 vml2_mems[i], sec_count); in gfx_v9_4_query_utc_edc_status()
716 err_data->ce_count += sec_count; in gfx_v9_4_query_utc_edc_status()
732 sec_count = REG_GET_FIELD(data, VML2_WALKER_MEM_ECC_CNTL, in gfx_v9_4_query_utc_edc_status()
734 if (sec_count) { in gfx_v9_4_query_utc_edc_status()
737 vml2_walker_mems[i], sec_count); in gfx_v9_4_query_utc_edc_status()
738 err_data->ce_count += sec_count; in gfx_v9_4_query_utc_edc_status()
755 sec_count = REG_GET_FIELD(data, UTCL2_MEM_ECC_CNTL, SEC_COUNT); in gfx_v9_4_query_utc_edc_status()
[all …]
Dmmhub_v1_0.c709 uint32_t value, uint32_t *sec_count, uint32_t *ded_count) in mmhub_v1_0_get_ras_error_count() argument
726 *sec_count += sec_cnt; in mmhub_v1_0_get_ras_error_count()
748 uint32_t sec_count = 0, ded_count = 0; in mmhub_v1_0_query_ras_error_count() local
761 reg_value, &sec_count, &ded_count); in mmhub_v1_0_query_ras_error_count()
764 err_data->ce_count += sec_count; in mmhub_v1_0_query_ras_error_count()
Dgfx_v9_0.c6411 uint32_t sec_count, ded_count; in gfx_v9_0_query_utc_edc_status() local
6426 sec_count = REG_GET_FIELD(data, VM_L2_MEM_ECC_CNT, SEC_COUNT); in gfx_v9_0_query_utc_edc_status()
6427 if (sec_count) { in gfx_v9_0_query_utc_edc_status()
6429 "SEC %d\n", i, vml2_mems[i], sec_count); in gfx_v9_0_query_utc_edc_status()
6430 err_data->ce_count += sec_count; in gfx_v9_0_query_utc_edc_status()
6445 sec_count = REG_GET_FIELD(data, VM_L2_WALKER_MEM_ECC_CNT, in gfx_v9_0_query_utc_edc_status()
6447 if (sec_count) { in gfx_v9_0_query_utc_edc_status()
6449 "SEC %d\n", i, vml2_walker_mems[i], sec_count); in gfx_v9_0_query_utc_edc_status()
6450 err_data->ce_count += sec_count; in gfx_v9_0_query_utc_edc_status()
6466 sec_count = (data & 0x00006000L) >> 0xd; in gfx_v9_0_query_utc_edc_status()
[all …]
Dmmhub_v9_4.c1559 uint32_t *sec_count, in mmhub_v9_4_get_ras_error_count() argument
1576 *sec_count += sec_cnt; in mmhub_v9_4_get_ras_error_count()
1597 uint32_t sec_count = 0, ded_count = 0; in mmhub_v9_4_query_ras_error_count() local
1609 reg_value, &sec_count, &ded_count); in mmhub_v9_4_query_ras_error_count()
1612 err_data->ce_count += sec_count; in mmhub_v9_4_query_ras_error_count()
Dsdma_v4_0.c2587 uint32_t *sec_count) in sdma_v4_0_get_ras_error_count() argument
2604 *sec_count += sec_cnt; in sdma_v4_0_get_ras_error_count()
2613 uint32_t sec_count = 0; in sdma_v4_0_query_ras_error_count() local
2620 instance, &sec_count); in sdma_v4_0_query_ras_error_count()
2623 err_data->ce_count += sec_count; in sdma_v4_0_query_ras_error_count()
/Linux-v5.10/drivers/gpu/drm/msm/adreno/
Da6xx_gmu.c1191 size_t pri_count, sec_count; in a6xx_gmu_rpmh_arc_votes_init() local
1204 sec = cmd_db_read_aux_data("mx.lvl", &sec_count); in a6xx_gmu_rpmh_arc_votes_init()
1208 sec_count >>= 1; in a6xx_gmu_rpmh_arc_votes_init()
1209 if (!sec_count) in a6xx_gmu_rpmh_arc_votes_init()
1241 for (j = 0; j < sec_count; j++) { in a6xx_gmu_rpmh_arc_votes_init()