sq_gpr_resource_mgmt_2 3142 drivers/gpu/drm/radeon/evergreen.c 	u32 sq_gpr_resource_mgmt_2;
sq_gpr_resource_mgmt_2 3600 drivers/gpu/drm/radeon/evergreen.c 	sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32);
sq_gpr_resource_mgmt_2 3601 drivers/gpu/drm/radeon/evergreen.c 	sq_gpr_resource_mgmt_2 |= NUM_ES_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32);
sq_gpr_resource_mgmt_2 3633 drivers/gpu/drm/radeon/evergreen.c 	WREG32(SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2);
sq_gpr_resource_mgmt_2 1999 drivers/gpu/drm/radeon/r600.c 	u32 sq_gpr_resource_mgmt_2 = 0;
sq_gpr_resource_mgmt_2 2220 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) |
sq_gpr_resource_mgmt_2 2240 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) |
sq_gpr_resource_mgmt_2 2255 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) |
sq_gpr_resource_mgmt_2 2269 drivers/gpu/drm/radeon/r600.c 		sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) |
sq_gpr_resource_mgmt_2 2283 drivers/gpu/drm/radeon/r600.c 	WREG32(SQ_GPR_RESOURCE_MGMT_2,  sq_gpr_resource_mgmt_2);