Searched refs:sq_gpr_resource_mgmt_1 (Results 1 – 2 of 2) sorted by relevance
1998 u32 sq_gpr_resource_mgmt_1 = 0; in r600_gpu_init() local2217 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()2237 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2252 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2266 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2282 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in r600_gpu_init()
3141 u32 sq_gpr_resource_mgmt_1; in evergreen_gpu_init() local3597 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32); in evergreen_gpu_init()3598 sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32); in evergreen_gpu_init()3599 sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4); in evergreen_gpu_init()3632 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in evergreen_gpu_init()