Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv770d.h573 #define NUM_ES_GPRS(x) ((x) << 16) macro
H A Dr600.c2211 NUM_ES_GPRS(0)); in r600_gpu_init()
2231 NUM_ES_GPRS(17)); in r600_gpu_init()
2246 NUM_ES_GPRS(18)); in r600_gpu_init()
2260 NUM_ES_GPRS(17)); in r600_gpu_init()
H A Drv770.c1499 NUM_ES_GPRS((rdev->config.rv770.max_gprs * 7)/64))); in rv770_gpu_init()
H A Devergreend.h1055 #define NUM_ES_GPRS(x) ((x) << 16) macro
H A Dr600d.h268 # define NUM_ES_GPRS(x) ((x) << 16) macro
H A Devergreen.c3582 sq_gpr_resource_mgmt_2 |= NUM_ES_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); in evergreen_gpu_init()