Browse Source

Increase the que_low watermarks on BFLSC for they are too low to keep the device busy on scanwork loops.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
2a78cd36cc
  1. 4
      driver-bflsc.h

4
driver-bflsc.h

@ -331,14 +331,14 @@ struct SaveString {
#define BFLSC_QUE_SIZE_V1 20 #define BFLSC_QUE_SIZE_V1 20
#define BFLSC_QUE_FULL_ENOUGH_V1 13 #define BFLSC_QUE_FULL_ENOUGH_V1 13
#define BFLSC_QUE_WATERMARK_V1 6 #define BFLSC_QUE_WATERMARK_V1 6
#define BFLSC_QUE_LOW_V1 2 #define BFLSC_QUE_LOW_V1 3
// TODO: use 5 batch jobs // TODO: use 5 batch jobs
// TODO: base these numbers on the chip count? // TODO: base these numbers on the chip count?
#define BFLSC_QUE_SIZE_V2 40 #define BFLSC_QUE_SIZE_V2 40
#define BFLSC_QUE_FULL_ENOUGH_V2 36 #define BFLSC_QUE_FULL_ENOUGH_V2 36
#define BFLSC_QUE_WATERMARK_V2 32 #define BFLSC_QUE_WATERMARK_V2 32
#define BFLSC_QUE_LOW_V2 8 #define BFLSC_QUE_LOW_V2 16
#define BFLSC_TEMP_OVERHEAT 90 #define BFLSC_TEMP_OVERHEAT 90
// Must drop this far below cutoff before resuming work // Must drop this far below cutoff before resuming work

Loading…
Cancel
Save