Searched refs:matroxfb_test_and_set_rounding (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 447 static int matroxfb_test_and_set_rounding(const struct matrox_fb_info *minfo, in matroxfb_test_and_set_rounding() function 494 if ((*width >= xres) && (matroxfb_test_and_set_rounding(minfo, *width, bpp) == *width)) { in matroxfb_pitch_adjust() 501 xres_new = matroxfb_test_and_set_rounding(minfo, xres, bpp); in matroxfb_pitch_adjust()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 448 static int matroxfb_test_and_set_rounding(const struct matrox_fb_info *minfo, in matroxfb_test_and_set_rounding() function 495 if ((*width >= xres) && (matroxfb_test_and_set_rounding(minfo, *width, bpp) == *width)) { in matroxfb_pitch_adjust() 502 xres_new = matroxfb_test_and_set_rounding(minfo, xres, bpp); in matroxfb_pitch_adjust()
|
Completed in 9 milliseconds