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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Devergreen_blit_kms.c283 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2, sq_gpr_resource_mgmt_3; local
533 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(num_ps_gprs) |
567 radeon_ring_write(ring, sq_gpr_resource_mgmt_1);
H A Dr600_blit_kms.c319 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; local
457 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(num_ps_gprs) |
487 radeon_ring_write(ring, sq_gpr_resource_mgmt_1);
H A Dr600.c1534 u32 sq_gpr_resource_mgmt_1 = 0; local
1759 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) |
1779 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
1794 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
1808 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) |
1824 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);
H A Devergreen.c1816 u32 sq_gpr_resource_mgmt_1; local
2250 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32);
2251 sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32);
2252 sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4);
2285 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);
/freebsd-11-stable/sys/dev/drm/
H A Dr600_cp.c679 u32 sq_gpr_resource_mgmt_1 = 0; local
909 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(124) |
929 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) |
944 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) |
958 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) |
974 RADEON_WRITE(R600_SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1);
H A Dr600_blit.c1470 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; local
1607 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(num_ps_gprs) |
1638 OUT_RING(sq_gpr_resource_mgmt_1);

Completed in 142 milliseconds