Searched refs:unique_indices (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | gfx_v8_0.c | 3913 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() argument 3943 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list() 3949 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list() 3963 int unique_indices[] = {0, 0, 0, 0, 0, 0, 0, 0}; in gfx_v8_0_init_save_restore_list() local 3978 unique_indices, in gfx_v8_0_init_save_restore_list() 3980 ARRAY_SIZE(unique_indices), in gfx_v8_0_init_save_restore_list() 4012 for (i = 0; i < ARRAY_SIZE(unique_indices); i++) { in gfx_v8_0_init_save_restore_list() 4013 if (unique_indices[i] != 0) { in gfx_v8_0_init_save_restore_list() 4014 WREG32(temp + i, unique_indices[i] & 0x3FFFF); in gfx_v8_0_init_save_restore_list() 4015 WREG32(data + i, unique_indices[i] >> 20); in gfx_v8_0_init_save_restore_list()
|