Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c3922 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() argument
3952 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list()
3958 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3972 int unique_indices[] = {0, 0, 0, 0, 0, 0, 0, 0}; in gfx_v8_0_init_save_restore_list() local
3987 unique_indices, in gfx_v8_0_init_save_restore_list()
3989 ARRAY_SIZE(unique_indices), in gfx_v8_0_init_save_restore_list()
4021 for (i = 0; i < ARRAY_SIZE(unique_indices); i++) { in gfx_v8_0_init_save_restore_list()
4022 if (unique_indices[i] != 0) { in gfx_v8_0_init_save_restore_list()
4023 WREG32(temp + i, unique_indices[i] & 0x3FFFF); in gfx_v8_0_init_save_restore_list()
4024 WREG32(data + i, unique_indices[i] >> 20); in gfx_v8_0_init_save_restore_list()