Searched refs:sq_thread_resource_mgmt (Results 1 – 3 of 3) sorted by relevance
1182 u32 sq_thread_resource_mgmt; in rv770_gpu_init() local1508 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()1512 sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads); in rv770_gpu_init()1514 sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8); in rv770_gpu_init()1515 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in rv770_gpu_init()
2000 u32 sq_thread_resource_mgmt = 0; in r600_gpu_init() local2222 sq_thread_resource_mgmt = (NUM_PS_THREADS(136) | in r600_gpu_init()2242 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2257 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2271 sq_thread_resource_mgmt = (NUM_PS_THREADS(79) | in r600_gpu_init()2284 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in r600_gpu_init()
3144 u32 sq_thread_resource_mgmt; in evergreen_gpu_init() local3617 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()3618 …sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3619 …sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3620 …sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()3635 WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt); in evergreen_gpu_init()