Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm/dist/shared-core/
Dr600_cp.c1125 tc_cntl = R600_TC_L2_SIZE(8); in r600_gfx_init()
1129 tc_cntl = R600_TC_L2_SIZE(4); in r600_gfx_init()
1132 tc_cntl = R600_TC_L2_SIZE(0) | R600_L2_DISABLE_LATE_HIT; in r600_gfx_init()
1135 tc_cntl = R600_TC_L2_SIZE(0); in r600_gfx_init()
Dradeon_drv.h1703 # define R600_TC_L2_SIZE(x) ((x) << 5) macro