get_best_display_mode
d = get_best_display_mode(dim->width, dim->height, depth);
dmode_t *get_best_display_mode(u_long, u_long, u_char);
d = get_best_display_mode(dim, depth, NULL);
return (get_best_display_mode(dim, depth, NULL));
static dmode_t *get_best_display_mode(dimen_t *, int, dmode_t *);