Searched refs:ps_thread_count (Results 1 – 1 of 1) sorted by relevance
3154 int i, j, ps_thread_count; in evergreen_gpu_init() local3612 ps_thread_count = 96; in evergreen_gpu_init()3615 ps_thread_count = 128; in evergreen_gpu_init()3619 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()3623 …sq_thread_resource_mgmt_2 = NUM_HS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count… in evergreen_gpu_init()3624 …rce_mgmt_2 |= NUM_LS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * … in evergreen_gpu_init()