Home
last modified time | relevance | path

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

/openbmc/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 Drv770.c1507 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.c3622 …sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count)… in evergreen_gpu_init()