Home | History | Annotate | Download | only in radeonsi

Lines Matching full:macro_mode

2239 		unsigned macro_mode = info->cik_macrotile_mode_array[macro_index];
2244 S_02803C_BANK_WIDTH(G_009990_BANK_WIDTH(macro_mode)) |
2245 S_02803C_BANK_HEIGHT(G_009990_BANK_HEIGHT(macro_mode)) |
2246 S_02803C_MACRO_TILE_ASPECT(G_009990_MACRO_TILE_ASPECT(macro_mode)) |
2247 S_02803C_NUM_BANKS(G_009990_NUM_BANKS(macro_mode));