Searched refs:unique_indices (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v8_0.c | 3877 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() argument 3907 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list() 3913 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list() 3927 int unique_indices[] = {0, 0, 0, 0, 0, 0, 0, 0}; in gfx_v8_0_init_save_restore_list() local 3942 unique_indices, in gfx_v8_0_init_save_restore_list() 3944 ARRAY_SIZE(unique_indices), in gfx_v8_0_init_save_restore_list() 3976 for (i = 0; i < ARRAY_SIZE(unique_indices); i++) { in gfx_v8_0_init_save_restore_list() 3977 if (unique_indices[i] != 0) { in gfx_v8_0_init_save_restore_list() 3978 WREG32(temp + i, unique_indices[i] & 0x3FFFF); in gfx_v8_0_init_save_restore_list() 3979 WREG32(data + i, unique_indices[i] >> 20); in gfx_v8_0_init_save_restore_list()
|