Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/radeon/
H A Drv770d.h572 #define NUM_GS_GPRS(x) ((x) << 0) macro
H A Dr600.c2219 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | in r600_gpu_init()
2239 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
2254 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | in r600_gpu_init()
2268 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | in r600_gpu_init()
H A Drv770.c1502 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.c3602 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); in evergreen_gpu_init()