Searched refs:sq_thread_resource_mgmt (Results 1 – 3 of 3) sorted by relevance
1190 u32 sq_thread_resource_mgmt; in rv770_gpu_init() local1516 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()1520 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); in rv770_gpu_init()1522 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); in rv770_gpu_init()1523 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in rv770_gpu_init()
1999 u32 sq_thread_resource_mgmt = 0; in r600_gpu_init() local2221 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | in r600_gpu_init()2241 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2256 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2270 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2283 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in r600_gpu_init()
3146 u32 sq_thread_resource_mgmt; in evergreen_gpu_init() local3619 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()3620 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3621 …sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3622 …sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3637 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in evergreen_gpu_init()