Home
last modified time | relevance | path

Searched refs:ps_thread_count (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Devergreen.c3151 int i, j, ps_thread_count; in evergreen_gpu_init() local
3609 ps_thread_count = 96; in evergreen_gpu_init()
3612 ps_thread_count = 128; in evergreen_gpu_init()
3616 sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count); in evergreen_gpu_init()
3617 sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); in evergreen_gpu_init()
3618 sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); in evergreen_gpu_init()
3619 sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); in evergreen_gpu_init()
3620 sq_thread_resource_mgmt_2 = NUM_HS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); in evergreen_gpu_init()
3621 sq_thread_resource_mgmt_2 |= NUM_LS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); in evergreen_gpu_init()