Searched refs:sq_gpr_resource_mgmt_2 (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr600_blit.c350 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; set_default_state() local
490 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(num_gs_gprs) | set_default_state()
517 OUT_RING(sq_gpr_resource_mgmt_2); set_default_state()
H A Dr600_cp.c742 u32 sq_gpr_resource_mgmt_2 = 0; r600_gfx_init() local
989 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(0) | r600_gfx_init()
1009 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(17) | r600_gfx_init()
1024 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(18) | r600_gfx_init()
1038 sq_gpr_resource_mgmt_2 = (R600_NUM_GS_GPRS(17) | r600_gfx_init()
1052 RADEON_WRITE(R600_SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2); r600_gfx_init()
H A Dr600.c1986 u32 sq_gpr_resource_mgmt_2 = 0; r600_gpu_init() local
2207 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(0) | r600_gpu_init()
2227 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | r600_gpu_init()
2242 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(18) | r600_gpu_init()
2256 sq_gpr_resource_mgmt_2 = (NUM_GS_GPRS(17) | r600_gpu_init()
2270 WREG32(SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2); r600_gpu_init()
H A Devergreen.c3231 u32 sq_gpr_resource_mgmt_2; evergreen_gpu_init() local
3688 sq_gpr_resource_mgmt_2 = NUM_GS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); evergreen_gpu_init()
3689 sq_gpr_resource_mgmt_2 |= NUM_ES_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 4 / 32); evergreen_gpu_init()
3721 WREG32(SQ_GPR_RESOURCE_MGMT_2, sq_gpr_resource_mgmt_2); evergreen_gpu_init()

Completed in 149 milliseconds