Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv770d.h567 #define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dnid.h375 #define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dr600.c2207 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()
2227 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
2242 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
2256 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()
H A Drv770.c1494 WREG32(SQ_GPR_RESOURCE_MGMT_1, (NUM_PS_GPRS((rdev->config.rv770.max_gprs * 24)/64) | in rv770_gpu_init()
H A Devergreend.h1050 #define NUM_PS_GPRS(x) ((x) << 0) macro
H A Dr600d.h263 # define NUM_PS_GPRS(x) ((x) << 0) macro
H A Devergreen.c3578 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32); in evergreen_gpu_init()