Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c3882 int *indices_count, in gfx_v8_0_parse_ind_reg_list() argument
3909 indices < *indices_count; in gfx_v8_0_parse_ind_reg_list()
3916 if (indices >= *indices_count) { in gfx_v8_0_parse_ind_reg_list()
3917 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3919 indices = *indices_count; in gfx_v8_0_parse_ind_reg_list()
3920 *indices_count = *indices_count + 1; in gfx_v8_0_parse_ind_reg_list()
3921 BUG_ON(*indices_count >= max_indices); in gfx_v8_0_parse_ind_reg_list()
3932 int indices_count = 0; in gfx_v8_0_init_save_restore_list() local
3947 &indices_count, in gfx_v8_0_init_save_restore_list()