Searched refs:sq_thread_resource_mgmt (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr600_blit.c351 u32 sq_thread_resource_mgmt, sq_stack_resource_mgmt_1, sq_stack_resource_mgmt_2; set_default_state() local
492 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(num_ps_threads) | set_default_state()
518 OUT_RING(sq_thread_resource_mgmt); set_default_state()
H A Dr600_cp.c743 u32 sq_thread_resource_mgmt = 0; r600_gfx_init() local
991 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(136) | r600_gfx_init()
1011 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(79) | r600_gfx_init()
1026 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(79) | r600_gfx_init()
1040 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(79) | r600_gfx_init()
1053 RADEON_WRITE(R600_SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); r600_gfx_init()
1368 u32 sq_thread_resource_mgmt; r700_gfx_init() local
1683 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS((dev_priv->r600_max_threads * 4)/8) | r700_gfx_init()
1687 sq_thread_resource_mgmt |= R600_NUM_GS_THREADS(dev_priv->r600_max_gs_threads); r700_gfx_init()
1689 sq_thread_resource_mgmt |= R600_NUM_GS_THREADS((dev_priv->r600_max_gs_threads * 1)/8); r700_gfx_init()
1690 RADEON_WRITE(R600_SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); r700_gfx_init()
H A Drv770.c1176 u32 sq_thread_resource_mgmt; rv770_gpu_init() local
1502 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | rv770_gpu_init()
1506 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); rv770_gpu_init()
1508 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); rv770_gpu_init()
1509 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); rv770_gpu_init()
H A Devergreen.c3233 u32 sq_thread_resource_mgmt; evergreen_gpu_init() local
3705 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); evergreen_gpu_init()
3706 sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); evergreen_gpu_init()
3707 sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); evergreen_gpu_init()
3708 sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); evergreen_gpu_init()
3723 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); evergreen_gpu_init()
H A Dr600.c1987 u32 sq_thread_resource_mgmt = 0; r600_gpu_init() local
2209 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | r600_gpu_init()
2229 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | r600_gpu_init()
2244 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | r600_gpu_init()
2258 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | r600_gpu_init()
2271 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); r600_gpu_init()

Completed in 170 milliseconds