Browse Source

Flag adl as active if any card is successfully activated.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
311420db9d
  1. 3
      adl.c

3
adl.c

@ -336,9 +336,10 @@ void init_adl(int nDevs)
ga->autoengine = true; ga->autoengine = true;
gpus[gpu].has_adl = true; gpus[gpu].has_adl = true;
}
/* Flag adl as active if any card is successfully activated */
adl_active = true; adl_active = true;
}
} }
static inline float __gpu_temp(struct gpu_adl *ga) static inline float __gpu_temp(struct gpu_adl *ga)

Loading…
Cancel
Save