Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c2533 int *unique_indirect_regs, in gfx_v9_1_parse_ind_reg_list() argument
2551 if (unique_indirect_regs[idx] == in gfx_v9_1_parse_ind_reg_list()
2553 !unique_indirect_regs[idx]) in gfx_v9_1_parse_ind_reg_list()
2559 if (!unique_indirect_regs[idx]) in gfx_v9_1_parse_ind_reg_list()
2560 unique_indirect_regs[idx] = register_list_format[indirect_offset]; in gfx_v9_1_parse_ind_reg_list()
2569 int unique_indirect_regs[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; in gfx_v9_1_init_rlc_save_restore_list() local
2586 unique_indirect_reg_count = ARRAY_SIZE(unique_indirect_regs); in gfx_v9_1_init_rlc_save_restore_list()
2590 unique_indirect_regs, in gfx_v9_1_init_rlc_save_restore_list()
2628 if (register_list_format[i] == unique_indirect_regs[j]) { in gfx_v9_1_init_rlc_save_restore_list()
2654 for (i = 0; i < ARRAY_SIZE(unique_indirect_regs); i++) { in gfx_v9_1_init_rlc_save_restore_list()
[all …]