Searched refs:sq_gpr_resource_mgmt_1 (Results 1 – 4 of 4) sorted by relevance
350 u32 sq_config, sq_gpr_resource_mgmt_1, sq_gpr_resource_mgmt_2; in set_default_state() local487 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(num_ps_gprs) | in set_default_state()516 OUT_RING(sq_gpr_resource_mgmt_1); in set_default_state()
741 u32 sq_gpr_resource_mgmt_1 = 0; in r600_gfx_init() local986 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(124) | in r600_gfx_init()1006 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) | in r600_gfx_init()1021 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) | in r600_gfx_init()1035 sq_gpr_resource_mgmt_1 = (R600_NUM_PS_GPRS(44) | in r600_gfx_init()1051 RADEON_WRITE(R600_SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in r600_gfx_init()
1938 u32 sq_gpr_resource_mgmt_1 = 0; in r600_gpu_init() local2157 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(124) | in r600_gpu_init()2177 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2192 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2206 sq_gpr_resource_mgmt_1 = (NUM_PS_GPRS(44) | in r600_gpu_init()2222 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in r600_gpu_init()
3182 u32 sq_gpr_resource_mgmt_1; in evergreen_gpu_init() local3637 sq_gpr_resource_mgmt_1 = NUM_PS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2))* 12 / 32); in evergreen_gpu_init()3638 sq_gpr_resource_mgmt_1 |= NUM_VS_GPRS((rdev->config.evergreen.max_gprs - (4 * 2)) * 6 / 32); in evergreen_gpu_init()3639 sq_gpr_resource_mgmt_1 |= NUM_CLAUSE_TEMP_GPRS(4); in evergreen_gpu_init()3672 WREG32(SQ_GPR_RESOURCE_MGMT_1, sq_gpr_resource_mgmt_1); in evergreen_gpu_init()