Searched refs:sq_gpr_resource_mgmt_1 (Results 1 – 2 of 2) sorted by relevance
1992 u32 sq_gpr_resource_mgmt_1 = 0; in r600_gpu_init() local2211 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()2231 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2246 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2260 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2276 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in r600_gpu_init()
3234 u32 sq_gpr_resource_mgmt_1; in evergreen_gpu_init() local3689 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32); in evergreen_gpu_init()3690 sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32); in evergreen_gpu_init()3691 sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4); in evergreen_gpu_init()3724 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in evergreen_gpu_init()