Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv770d.h572 #define NUM_GS_GPRS(x) ((x) << 0) macro
H A Dr600.c2210 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | in r600_gpu_init()
2230 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
2245 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | in r600_gpu_init()
2259 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
H A Drv770.c1498 WREG32(SQ_GPR_RESOURCE_MGMT_2, (NUM_GS_GPRS((rdev->config.rv770.max_gprs * 7)/64) | in rv770_gpu_init()
H A Devergreend.h1054 #define NUM_GS_GPRS(x) ((x) << 0) macro
H A Dr600d.h267 # define NUM_GS_GPRS(x) ((x) << 0) macro
H A Devergreen.c3581 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); in evergreen_gpu_init()