Searched refs:unique_indices (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 3881 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() argument 3911 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list() 3917 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list() 3931 int unique_indices[] = {0, 0, 0, 0, 0, 0, 0, 0}; in gfx_v8_0_init_save_restore_list() local 3946 unique_indices, in gfx_v8_0_init_save_restore_list() 3948 ARRAY_SIZE(unique_indices), in gfx_v8_0_init_save_restore_list() 3980 for (i = 0; i < ARRAY_SIZE(unique_indices); i++) { in gfx_v8_0_init_save_restore_list() 3981 if (unique_indices[i] != 0) { in gfx_v8_0_init_save_restore_list() 3982 WREG32(temp + i, unique_indices[i] & 0x3FFFF); in gfx_v8_0_init_save_restore_list() 3983 WREG32(data + i, unique_indices[i] >> 20); in gfx_v8_0_init_save_restore_list()
|