Searched refs:unique_indices (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 3914 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() 3944 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list() 3950 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list() 3964 int unique_indices[] = {0, 0, 0, 0, 0, 0, 0, 0}; in gfx_v8_0_init_save_restore_list() local 3979 unique_indices, in gfx_v8_0_init_save_restore_list() 3981 ARRAY_SIZE(unique_indices), in gfx_v8_0_init_save_restore_list() 4013 for (i = 0; i < ARRAY_SIZE(unique_indices); i++) { in gfx_v8_0_init_save_restore_list() 4014 if (unique_indices[i] != 0) { in gfx_v8_0_init_save_restore_list() 4015 WREG32(temp + i, unique_indices[i] & 0x3FFFF); in gfx_v8_0_init_save_restore_list() 4016 WREG32(data + i, unique_indices[ in gfx_v8_0_init_save_restore_list() 3911 gfx_v8_0_parse_ind_reg_list(int *register_list_format, int ind_offset, int list_size, int *unique_indices, int *indices_count, int max_indices, int *ind_start_offsets, int *offset_count, int max_offset) gfx_v8_0_parse_ind_reg_list() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 3881 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() 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[ in gfx_v8_0_init_save_restore_list() 3878 gfx_v8_0_parse_ind_reg_list(int *register_list_format, int ind_offset, int list_size, int *unique_indices, int *indices_count, int max_indices, int *ind_start_offsets, int *offset_count, int max_offset) gfx_v8_0_parse_ind_reg_list() argument [all...] |
Completed in 11 milliseconds