Browse Source

Set flush flag after re-configuring the die.
This implies one-by-one bring-up of cores, not by broadcast.
(setting first work by broadcast to previously idle die kills the DC/DCs)

Vitalii Demianets 11 years ago
parent
commit
014dcae797
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-titan.c

+ 1 - 0
driver-titan.c

@@ -279,6 +279,7 @@ static bool configure_one_die(struct knc_titan_info *knc, int asic, int die)
 		knc_titan_setup_core_local(repr, knc->ctx, knccore->asicno, knccore->dieno, knccore->coreno, &setup_params);
 	}
 	applog(LOG_NOTICE, "%s [%d-%d] Die configured", repr, asic, die);
+	knc->need_flush[asic] = true;
 
 	return true;
 }