sq_thread_resource_mgmt 3144 drivers/gpu/drm/radeon/evergreen.c 	u32 sq_thread_resource_mgmt;
sq_thread_resource_mgmt 3617 drivers/gpu/drm/radeon/evergreen.c 	sq_thread_resource_mgmt = NUM_PS_THREADS(ps_thread_count);
sq_thread_resource_mgmt 3618 drivers/gpu/drm/radeon/evergreen.c 	sq_thread_resource_mgmt |= NUM_VS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8);
sq_thread_resource_mgmt 3619 drivers/gpu/drm/radeon/evergreen.c 	sq_thread_resource_mgmt |= NUM_GS_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8);
sq_thread_resource_mgmt 3620 drivers/gpu/drm/radeon/evergreen.c 	sq_thread_resource_mgmt |= NUM_ES_THREADS((((rdev->config.evergreen.max_threads - ps_thread_count) / 6) / 8) * 8);
sq_thread_resource_mgmt 3635 drivers/gpu/drm/radeon/evergreen.c 	WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt);
sq_thread_resource_mgmt 2000 drivers/gpu/drm/radeon/r600.c 	u32 sq_thread_resource_mgmt = 0;
sq_thread_resource_mgmt 2222 drivers/gpu/drm/radeon/r600.c 		sq_thread_resource_mgmt = (NUM_PS_THREADS(136) |
sq_thread_resource_mgmt 2242 drivers/gpu/drm/radeon/r600.c 		sq_thread_resource_mgmt = (NUM_PS_THREADS(79) |
sq_thread_resource_mgmt 2257 drivers/gpu/drm/radeon/r600.c 		sq_thread_resource_mgmt = (NUM_PS_THREADS(79) |
sq_thread_resource_mgmt 2271 drivers/gpu/drm/radeon/r600.c 		sq_thread_resource_mgmt = (NUM_PS_THREADS(79) |
sq_thread_resource_mgmt 2284 drivers/gpu/drm/radeon/r600.c 	WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt);
sq_thread_resource_mgmt 1182 drivers/gpu/drm/radeon/rv770.c 	u32 sq_thread_resource_mgmt;
sq_thread_resource_mgmt 1508 drivers/gpu/drm/radeon/rv770.c 	sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) |
sq_thread_resource_mgmt 1512 drivers/gpu/drm/radeon/rv770.c 		sq_thread_resource_mgmt |= NUM_GS_THREADS(rdev->config.rv770.max_gs_threads);
sq_thread_resource_mgmt 1514 drivers/gpu/drm/radeon/rv770.c 		sq_thread_resource_mgmt |= NUM_GS_THREADS((rdev->config.rv770.max_gs_threads * 1)/8);
sq_thread_resource_mgmt 1515 drivers/gpu/drm/radeon/rv770.c 	WREG32(SQ_THREAD_RESOURCE_MGMT, sq_thread_resource_mgmt);