Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv770d.h589 #define NUM_ES_THREADS(x) ((x) << 24) macro
H A Dr600.c2215 NUM_ES_THREADS(4)); in r600_gpu_init()
2235 NUM_ES_THREADS(31)); in r600_gpu_init()
2250 NUM_ES_THREADS(31)); in r600_gpu_init()
2264 NUM_ES_THREADS(31)); in r600_gpu_init()
H A Drv770.c1503 NUM_ES_THREADS((rdev->config.rv770.max_threads * 1)/8)); in rv770_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.c3601 …sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()