Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c1890 int *unique_indirect_regs, in gfx_v9_1_parse_ind_reg_list() argument
1908 if (unique_indirect_regs[idx] == in gfx_v9_1_parse_ind_reg_list()
1910 !unique_indirect_regs[idx]) in gfx_v9_1_parse_ind_reg_list()
1916 if (!unique_indirect_regs[idx]) in gfx_v9_1_parse_ind_reg_list()
1917 unique_indirect_regs[idx] = register_list_format[indirect_offset]; in gfx_v9_1_parse_ind_reg_list()
1926 int unique_indirect_regs[] = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}; in gfx_v9_1_init_rlc_save_restore_list() local
1944 unique_indirect_reg_count = ARRAY_SIZE(unique_indirect_regs); in gfx_v9_1_init_rlc_save_restore_list()
1948 unique_indirect_regs, in gfx_v9_1_init_rlc_save_restore_list()
1986 if (register_list_format[i] == unique_indirect_regs[j]) { in gfx_v9_1_init_rlc_save_restore_list()
2012 for (i = 0; i < ARRAY_SIZE(unique_indirect_regs); i++) { in gfx_v9_1_init_rlc_save_restore_list()
[all …]