Searched refs:sq_thread_resource_mgmt (Results 1 – 5 of 5) sorted by relevance
743 u32 sq_thread_resource_mgmt = 0; in r600_gfx_init() local991 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(136) | in r600_gfx_init()1011 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(79) | in r600_gfx_init()1026 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(79) | in r600_gfx_init()1040 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(79) | in r600_gfx_init()1053 RADEON_WRITE(R600_SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in r600_gfx_init()1368 u32 sq_thread_resource_mgmt; in r700_gfx_init() local1683 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS((dev_priv->r600_max_threads * 4)/8) | in r700_gfx_init()1687 sq_thread_resource_mgmt |= R600_NUM_GS_THREADS(dev_priv->r600_max_gs_threads); in r700_gfx_init()1689 sq_thread_resource_mgmt |= R600_NUM_GS_THREADS((dev_priv->r600_max_gs_threads * 1)/8); in r700_gfx_init()[all …]
351 u32 sq_thread_resource_mgmt, sq_stack_resource_mgmt_1, sq_stack_resource_mgmt_2; in set_default_state() local492 sq_thread_resource_mgmt = (R600_NUM_PS_THREADS(num_ps_threads) | in set_default_state()518 OUT_RING(sq_thread_resource_mgmt); in set_default_state()
1176 u32 sq_thread_resource_mgmt; in rv770_gpu_init() local1502 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()1506 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); in rv770_gpu_init()1508 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); in rv770_gpu_init()1509 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in rv770_gpu_init()
1987 u32 sq_thread_resource_mgmt = 0; in r600_gpu_init() local2209 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | in r600_gpu_init()2229 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2244 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2258 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2271 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in r600_gpu_init()
3233 u32 sq_thread_resource_mgmt; in evergreen_gpu_init() local3705 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()3706 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3707 …sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3708 …sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3723 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in evergreen_gpu_init()