Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c3878 int *indices_count, in gfx_v8_0_parse_ind_reg_list() argument
3905 indices < *indices_count; in gfx_v8_0_parse_ind_reg_list()
3912 if (indices >= *indices_count) { in gfx_v8_0_parse_ind_reg_list()
3913 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3915 indices = *indices_count; in gfx_v8_0_parse_ind_reg_list()
3916 *indices_count = *indices_count + 1; in gfx_v8_0_parse_ind_reg_list()
3917 BUG_ON(*indices_count >= max_indices); in gfx_v8_0_parse_ind_reg_list()
3928 int indices_count = 0; in gfx_v8_0_init_save_restore_list() local
3943 &indices_count, in gfx_v8_0_init_save_restore_list()