Home
last modified time | relevance | path

Searched refs:fbfont (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/video/console/
Dsticore.c496 const struct font_desc *fbfont = NULL; in sti_select_fbfont() local
503 fbfont = find_font(fbfont_name); in sti_select_fbfont()
504 if (!fbfont) in sti_select_fbfont()
505 fbfont = get_default_font(1024,768, ~(u32)0, ~(u32)0); in sti_select_fbfont()
506 if (!fbfont) in sti_select_fbfont()
510 fbfont->width, fbfont->height, fbfont->name); in sti_select_fbfont()
512 bpc = ((fbfont->width+7)/8) * fbfont->height; in sti_select_fbfont()
522 nf->width = fbfont->width; in sti_select_fbfont()
523 nf->height = fbfont->height; in sti_select_fbfont()
528 nf->underline_pos = fbfont->height - nf->underline_height; in sti_select_fbfont()
[all …]