Home
last modified time | relevance | path

Searched refs:NUM_PS_GPRS (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Drv770d.h569 #define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dnid.h377 #define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dradeon_r600.c2250 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()
2270 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
2285 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
2299 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
H A Dradeon_rv770.c1506 WREG32(SQ_GPR_RESOURCE_MGMT_1, (NUM_PS_GPRS((rdev->config.rv770.max_gprs * 24)/64) | in rv770_gpu_init()
H A Devergreend.h1052 #define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dr600d.h265 # define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dradeon_evergreen.c3604 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32); in evergreen_gpu_init()