Searched refs:sq_thread_resource_mgmt (Results 1 – 3 of 3) sorted by relevance
1178 u32 sq_thread_resource_mgmt; in rv770_gpu_init() local1504 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()1508 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); in rv770_gpu_init()1510 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); in rv770_gpu_init()1511 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in rv770_gpu_init()
1994 u32 sq_thread_resource_mgmt = 0; in r600_gpu_init() local2216 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | in r600_gpu_init()2236 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2251 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2265 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2278 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in r600_gpu_init()
3140 u32 sq_thread_resource_mgmt; in evergreen_gpu_init() local3613 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()3614 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3615 …sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3616 …sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3631 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in evergreen_gpu_init()