/src/sys/dev/videomode/ |
pickmode.c | 73 int mref, closest = 1000, i, diff; local in function:pick_mode_by_ref 80 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal); 81 diff = abs(mref - refresh); 84 DPRINTF("%s in %d hz, diff %d\n", this->name, mref, diff);
|
pickmode.c | 73 int mref, closest = 1000, i, diff; local in function:pick_mode_by_ref 80 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal); 81 diff = abs(mref - refresh); 84 DPRINTF("%s in %d hz, diff %d\n", this->name, mref, diff);
|
pickmode.c | 73 int mref, closest = 1000, i, diff; local in function:pick_mode_by_ref 80 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal); 81 diff = abs(mref - refresh); 84 DPRINTF("%s in %d hz, diff %d\n", this->name, mref, diff);
|