Searched refs:dimm11_addr_map (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | gfx_v7_0.c | 4262 u32 dimm00_addr_map, dimm01_addr_map, dimm10_addr_map, dimm11_addr_map; in gfx_v7_0_gpu_early_init() local 4352 dimm11_addr_map = REG_GET_FIELD(tmp, MC_FUS_DRAM1_BANK_ADDR_MAPPING, DIMM1ADDRMAP); in gfx_v7_0_gpu_early_init() 4361 …if ((dimm11_addr_map == 0) || (dimm11_addr_map == 3) || (dimm11_addr_map == 4) || (dimm11_addr_map… in gfx_v7_0_gpu_early_init() 4362 dimm11_addr_map = 0; in gfx_v7_0_gpu_early_init() 4366 …0_addr_map == 11) || (dimm01_addr_map == 11) || (dimm10_addr_map == 11) || (dimm11_addr_map == 11)) in gfx_v7_0_gpu_early_init()
|
| D | gfx_v8_0.c | 1714 u32 dimm00_addr_map, dimm01_addr_map, dimm10_addr_map, dimm11_addr_map; in gfx_v8_0_gpu_early_init() local 1867 dimm11_addr_map = REG_GET_FIELD(tmp, MC_FUS_DRAM1_BANK_ADDR_MAPPING, DIMM1ADDRMAP); in gfx_v8_0_gpu_early_init() 1876 …if ((dimm11_addr_map == 0) || (dimm11_addr_map == 3) || (dimm11_addr_map == 4) || (dimm11_addr_map… in gfx_v8_0_gpu_early_init() 1877 dimm11_addr_map = 0; in gfx_v8_0_gpu_early_init() 1881 …0_addr_map == 11) || (dimm01_addr_map == 11) || (dimm10_addr_map == 11) || (dimm11_addr_map == 11)) in gfx_v8_0_gpu_early_init()
|