Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c3893 int *unique_indices, in gfx_v8_0_parse_ind_reg_list() argument
3923 if (unique_indices[indices] == in gfx_v8_0_parse_ind_reg_list()
3929 unique_indices[*indices_count] = in gfx_v8_0_parse_ind_reg_list()
3943 int unique_indices[] = {0, 0, 0, 0, 0, 0, 0, 0}; in gfx_v8_0_init_save_restore_list() local
3958 unique_indices, in gfx_v8_0_init_save_restore_list()
3960 ARRAY_SIZE(unique_indices), in gfx_v8_0_init_save_restore_list()
3992 for (i = 0; i < ARRAY_SIZE(unique_indices); i++) { in gfx_v8_0_init_save_restore_list()
3993 if (unique_indices[i] != 0) { in gfx_v8_0_init_save_restore_list()
3994 WREG32(temp + i, unique_indices[i] & 0x3FFFF); in gfx_v8_0_init_save_restore_list()
3995 WREG32(data + i, unique_indices[i] >> 20); in gfx_v8_0_init_save_restore_list()