Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Drv770d.h589 #define NUM_ES_THREADS(x) ((x) << 24) macro
H A Dr600.c2224 NUM_ES_THREADS(4)); in r600_gpu_init()
2244 NUM_ES_THREADS(31)); in r600_gpu_init()
2259 NUM_ES_THREADS(31)); in r600_gpu_init()
2273 NUM_ES_THREADS(31)); in r600_gpu_init()
H A Devergreend.h1065 #define NUM_ES_THREADS(x) ((x) << 24) macro
H A Dr600d.h273 # define NUM_ES_THREADS(x) ((x) << 24) macro
H A Devergreen.c3619 sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8); in evergreen_gpu_init()