Searched refs:sq_gpr_resource_mgmt_1 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_blit.c311 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; local
448 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(num_ps_gprs) |
477 OUT_RING(sq_gpr_resource_mgmt_1);
H A Dr600_blit_kms.c271 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; local
409 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(num_ps_gprs) |
435 radeon_ring_write(rdev, sq_gpr_resource_mgmt_1);
H A Dr600_cp.c729 u32 sq_gpr_resource_mgmt_1 = 0; local
974 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(124) |
994 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) |
1009 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) |
1023 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) |
1039 RADEON_WRITE(R600_SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);
H A Devergreen.c926 u32 sq_gpr_resource_mgmt_1; local
1276 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32);
1277 sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32);
1278 sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4);
1304 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);
H A Dr600.c1499 u32 sq_gpr_resource_mgmt_1 = 0; local
1719 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) |
1739 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
1754 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
1768 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
1784 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);

Completed in 111 milliseconds