Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3907 int *indices_count, in gfx_v8_0_parse_ind_reg_list() argument
3934 indices < *indices_count; in gfx_v8_0_parse_ind_reg_list()
3941 if (indices >= *indices_count) { in gfx_v8_0_parse_ind_reg_list()
3942 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3944 indices = *indices_count; in gfx_v8_0_parse_ind_reg_list()
3945 *indices_count = *indices_count + 1; in gfx_v8_0_parse_ind_reg_list()
3946 BUG_ON(*indices_count >= max_indices); in gfx_v8_0_parse_ind_reg_list()
3957 int indices_count = 0; in gfx_v8_0_init_save_restore_list() local
3972 &indices_count, in gfx_v8_0_init_save_restore_list()