Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c2745 int *unique_indirect_regs, in gfx_v9_1_parse_ind_reg_list() argument
2763 if (unique_indirect_regs[idx] == in gfx_v9_1_parse_ind_reg_list()
2765 !unique_indirect_regs[idx]) in gfx_v9_1_parse_ind_reg_list()
2771 if (!unique_indirect_regs[idx]) in gfx_v9_1_parse_ind_reg_list()
2772 unique_indirect_regs[idx] = register_list_format[indirect_offset]; in gfx_v9_1_parse_ind_reg_list()
2781 int unique_indirect_regs[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; in gfx_v9_1_init_rlc_save_restore_list() local
2798 unique_indirect_reg_count = ARRAY_SIZE(unique_indirect_regs); in gfx_v9_1_init_rlc_save_restore_list()
2802 unique_indirect_regs, in gfx_v9_1_init_rlc_save_restore_list()
2840 if (register_list_format[i] == unique_indirect_regs[j]) { in gfx_v9_1_init_rlc_save_restore_list()
2866 for (i = 0; i < ARRAY_SIZE(unique_indirect_regs); i++) { in gfx_v9_1_init_rlc_save_restore_list()
[all …]