Searched refs:sq_gpr_resource_mgmt_3 (Results 1 - 2 of 2) 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
538 sq_gpr_resource_mgmt_3 = (NUM_HS_GPRS(num_hs_gprs) |
569 radeon_ring_write(ring, sq_gpr_resource_mgmt_3);
H A Devergreen.c1818 u32 sq_gpr_resource_mgmt_3; local
2255 sq_gpr_resource_mgmt_3 = NUM_HS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 3 / 32);
2256 sq_gpr_resource_mgmt_3 |= NUM_LS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 3 / 32);
2287 WREG32(SQ_GPR_RESOURCE_MGMT_3, sq_gpr_resource_mgmt_3);

Completed in 148 milliseconds