Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Drv770.c1172 u32 smx_dc_ctl0; in rv770_gpu_init() local
1410 smx_dc_ctl0 = RREG32(SMX_DC_CTL0); in rv770_gpu_init()
1411 smx_dc_ctl0 &= ~CACHE_DEPTH(0x1ff); in rv770_gpu_init()
1412 smx_dc_ctl0 |= CACHE_DEPTH((rdev->config.rv770.sx_num_of_sets * 64) - 1); in rv770_gpu_init()
1413 WREG32(SMX_DC_CTL0, smx_dc_ctl0); in rv770_gpu_init()
H A Dni.c871 u32 smx_dc_ctl0; in cayman_gpu_init() local
1152 smx_dc_ctl0 = RREG32(SMX_DC_CTL0); in cayman_gpu_init()
1153 smx_dc_ctl0 &= ~NUMBER_OF_SETS(0x1ff); in cayman_gpu_init()
1154 smx_dc_ctl0 |= NUMBER_OF_SETS(rdev->config.cayman.sx_num_of_sets); in cayman_gpu_init()
1155 WREG32(SMX_DC_CTL0, smx_dc_ctl0); in cayman_gpu_init()