sq_gpr_resource_mgmt_1 3141 drivers/gpu/drm/radeon/evergreen.c 	u32 sq_gpr_resource_mgmt_1;
sq_gpr_resource_mgmt_1 3597 drivers/gpu/drm/radeon/evergreen.c 	sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32);
sq_gpr_resource_mgmt_1 3598 drivers/gpu/drm/radeon/evergreen.c 	sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32);
sq_gpr_resource_mgmt_1 3599 drivers/gpu/drm/radeon/evergreen.c 	sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4);
sq_gpr_resource_mgmt_1 3632 drivers/gpu/drm/radeon/evergreen.c 	WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);
sq_gpr_resource_mgmt_1 1998 drivers/gpu/drm/radeon/r600.c 	u32 sq_gpr_resource_mgmt_1 = 0;
sq_gpr_resource_mgmt_1 2217 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) |
sq_gpr_resource_mgmt_1 2237 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
sq_gpr_resource_mgmt_1 2252 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
sq_gpr_resource_mgmt_1 2266 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
sq_gpr_resource_mgmt_1 2282 drivers/gpu/drm/radeon/r600.c 	WREG32(SQ_GPR_RESOURCE_MGMT_1,  sq_gpr_resource_mgmt_1);