Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3933 int *indices_count, in gfx_v8_0_parse_ind_reg_list() argument
3960 indices < *indices_count; in gfx_v8_0_parse_ind_reg_list()
3967 if (indices >= *indices_count) { in gfx_v8_0_parse_ind_reg_list()
3968 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3970 indices = *indices_count; in gfx_v8_0_parse_ind_reg_list()
3971 *indices_count = *indices_count + 1; in gfx_v8_0_parse_ind_reg_list()
3972 BUG_ON(*indices_count >= max_indices); in gfx_v8_0_parse_ind_reg_list()
3983 int indices_count = 0; in gfx_v8_0_init_save_restore_list() local
3998 &indices_count, in gfx_v8_0_init_save_restore_list()