Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dkd.h184 #define KD_FONT_FLAG_DONT_RECALC 1 /* Don't recalculate hw charcell size [compat] */ macro
/openbmc/linux/drivers/video/console/
H A Dvgacon.c1030 if (!(flags & KD_FONT_FLAG_DONT_RECALC)) in vgacon_font_set()