Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3914 int *indices_count, in gfx_v8_0_parse_ind_reg_list() argument
3941 indices < *indices_count; in gfx_v8_0_parse_ind_reg_list()
3948 if (indices >= *indices_count) { in gfx_v8_0_parse_ind_reg_list()
3949 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3951 indices = *indices_count; in gfx_v8_0_parse_ind_reg_list()
3952 *indices_count = *indices_count + 1; in gfx_v8_0_parse_ind_reg_list()
3953 BUG_ON(*indices_count >= max_indices); in gfx_v8_0_parse_ind_reg_list()
3964 int indices_count = 0; in gfx_v8_0_init_save_restore_list() local
3979 &indices_count, in gfx_v8_0_init_save_restore_list()