Searched refs:NUM_BANKS (Results 1 – 7 of 7) sorted by relevance
76 #define NUM_BANKS(x) ((x) << GB_MACROTILE_MODE0__NUM_BANKS__SHIFT) macro2201 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2205 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2209 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2213 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2217 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2221 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2225 NUM_BANKS(ADDR_SURF_8_BANK)); in gfx_v8_0_tiling_mode_table_init()2229 NUM_BANKS(ADDR_SURF_16_BANK)); in gfx_v8_0_tiling_mode_table_init()2233 NUM_BANKS(ADDR_SURF_16_BANK)); in gfx_v8_0_tiling_mode_table_init()[all …]
167 val = REG_SET_FIELD(val, SDMA_GB_ADDR_CONFIG, NUM_BANKS, 4); in sdma_v4_4_2_inst_init_golden_registers()173 val = REG_SET_FIELD(val, SDMA_GB_ADDR_CONFIG_READ, NUM_BANKS, in sdma_v4_4_2_inst_init_golden_registers()
878 NUM_BANKS); in gfx_v9_4_3_gpu_early_init()
2130 NUM_BANKS); in gfx_v9_0_gpu_early_init()
244 tiling_info->gfx8.num_banks = AMD_FMT_MOD_GET(NUM_BANKS, modifier); in amdgpu_dm_plane_fill_gfx6_tiling_info_from_modifier()637 AMD_FMT_MOD_SET(NUM_BANKS, (gb_tile_mode >> 20) & 0x3); in amdgpu_dm_plane_calc_gfx6_mod()646 AMD_FMT_MOD_SET(NUM_BANKS, (gb_macrotile_mode >> 6) & 0x3); in amdgpu_dm_plane_calc_gfx6_mod()
1275 # define NUM_BANKS(x) ((x) << 6) macro
1549 typedef enum NUM_BANKS { enum1555 } NUM_BANKS; typedef