Home
last modified time | relevance | path

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

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