Home
last modified time | relevance | path

Searched refs:xstretch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb.c906 int xstretch; in falcon_decode_var() local
1031 xstretch = (xres < 640) ? 2 : 1; in falcon_decode_var()
1049 plen = 2 * xstretch; in falcon_decode_var()
1082 xstretch = 2; /* Double pixel width only for hicolor */ in falcon_decode_var()
1088 plen = 1 * xstretch; in falcon_decode_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb.c894 int xstretch; in falcon_decode_var() local
1015 xstretch = (xres < 640) ? 2 : 1; in falcon_decode_var()
1033 plen = 2 * xstretch; in falcon_decode_var()
1066 xstretch = 2; /* Double pixel width only for hicolor */ in falcon_decode_var()
1070 plen = 1 * xstretch; in falcon_decode_var()

Completed in 8 milliseconds