Searched refs:sq_gpr_resource_mgmt_2 (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
536 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(num_gs_gprs) |
568 radeon_ring_write(ring, sq_gpr_resource_mgmt_2);
H A Dr600_blit_kms.c319 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; local
460 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(num_gs_gprs) |
488 radeon_ring_write(ring, sq_gpr_resource_mgmt_2);
H A Dr600.c1535 u32 sq_gpr_resource_mgmt_2 = 0; local
1762 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) |
1782 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) |
1797 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) |
1811 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) |
1825 WREG32(SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2);
H A Devergreen.c1817 u32 sq_gpr_resource_mgmt_2; local
2253 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32);
2254 sq_gpr_resource_mgmt_2 |= NUM_ES_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32);
2286 WREG32(SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2);
/freebsd-11-stable/sys/dev/drm/
H A Dr600_cp.c680 u32 sq_gpr_resource_mgmt_2 = 0; local
912 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(0) |
932 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(17) |
947 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(18) |
961 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(17) |
975 RADEON_WRITE(R600_SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2);
H A Dr600_blit.c1470 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; local
1610 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(num_gs_gprs) |
1639 OUT_RING(sq_gpr_resource_mgmt_2);

Completed in 102 milliseconds