Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A 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 …]
H A Dmmhub_v1_0.c710 uint32_t value, uint32_t *sec_count, uint32_t *ded_count) in mmhub_v1_0_get_ras_error_count() argument
727 *sec_count += sec_cnt; in mmhub_v1_0_get_ras_error_count()
749 uint32_t sec_count = 0, ded_count = 0; in mmhub_v1_0_query_ras_error_count() local
762 reg_value, &sec_count, &ded_count); in mmhub_v1_0_query_ras_error_count()
765 err_data->ce_count += sec_count; in mmhub_v1_0_query_ras_error_count()
H A Dgfx_v9_0.c6464 uint32_t sec_count, ded_count; in gfx_v9_0_query_utc_edc_status() local
6479 sec_count = REG_GET_FIELD(data, VM_L2_MEM_ECC_CNT, SEC_COUNT); in gfx_v9_0_query_utc_edc_status()
6480 if (sec_count) { in gfx_v9_0_query_utc_edc_status()
6482 "SEC %d\n", i, vml2_mems[i], sec_count); in gfx_v9_0_query_utc_edc_status()
6483 err_data->ce_count += sec_count; in gfx_v9_0_query_utc_edc_status()
6498 sec_count = REG_GET_FIELD(data, VM_L2_WALKER_MEM_ECC_CNT, in gfx_v9_0_query_utc_edc_status()
6500 if (sec_count) { in gfx_v9_0_query_utc_edc_status()
6502 "SEC %d\n", i, vml2_walker_mems[i], sec_count); in gfx_v9_0_query_utc_edc_status()
6503 err_data->ce_count += sec_count; in gfx_v9_0_query_utc_edc_status()
6519 sec_count = (data & 0x00006000L) >> 0xd; in gfx_v9_0_query_utc_edc_status()
[all …]
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Da6xx_gmu.c1210 size_t pri_count, sec_count; in a6xx_gmu_rpmh_arc_votes_init() local
1223 sec = cmd_db_read_aux_data("mx.lvl", &sec_count); in a6xx_gmu_rpmh_arc_votes_init()
1227 sec_count >>= 1; in a6xx_gmu_rpmh_arc_votes_init()
1228 if (!sec_count) in a6xx_gmu_rpmh_arc_votes_init()
1260 for (j = 0; j < sec_count; j++) { in a6xx_gmu_rpmh_arc_votes_init()