Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_cp.c735 u32 arb_pop; in r600_gfx_init() local
1170 arb_pop = RADEON_READ(R600_ARB_POP); in r600_gfx_init()
1171 arb_pop |= R600_ENABLE_TC128; in r600_gfx_init()
1172 RADEON_WRITE(R600_ARB_POP, arb_pop); in r600_gfx_init()