Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Drv770d.h574 #define NUM_GS_GPRS(x) ((x) << 0) macro
H A Dradeon_r600.c2253 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | in r600_gpu_init()
2273 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
2288 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | in r600_gpu_init()
2302 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
H A Dradeon_rv770.c1510 WREG32(SQ_GPR_RESOURCE_MGMT_2, (NUM_GS_GPRS((rdev->config.rv770.max_gprs * 7)/64) | in rv770_gpu_init()
H A Devergreend.h1056 #define NUM_GS_GPRS(x) ((x) << 0) macro
H A Dr600d.h269 # define NUM_GS_GPRS(x) ((x) << 0) macro
H A Dradeon_evergreen.c3607 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); in evergreen_gpu_init()