Searched refs:R600_TC_L2_SIZE (Results 1 – 2 of 2) sorted by relevance
1153 tc_cntl = R600_TC_L2_SIZE(8); in r600_gfx_init()1157 tc_cntl = R600_TC_L2_SIZE(4); in r600_gfx_init()1160 tc_cntl = R600_TC_L2_SIZE(0) | R600_L2_DISABLE_LATE_HIT; in r600_gfx_init()1163 tc_cntl = R600_TC_L2_SIZE(0); in r600_gfx_init()
1693 # define R600_TC_L2_SIZE(x) ((x) << 5) macro