Re: [patch 09/11] ps3fb: Round up video modes

2008-01-27 Thread Geert Uytterhoeven
On Sat, 26 Jan 2008, Andrew Morton wrote: On Fri, 25 Jan 2008 16:06:32 +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: static int ps3fb_cmp_mode(const struct fb_videomode *vmode, const struct fb_var_screeninfo *var) { - /* resolution + black border must

Re: [patch 09/11] ps3fb: Round up video modes

2008-01-26 Thread Andrew Morton
On Fri, 25 Jan 2008 16:06:32 +0100 Geert Uytterhoeven [EMAIL PROTECTED] wrote: static int ps3fb_cmp_mode(const struct fb_videomode *vmode, const struct fb_var_screeninfo *var) { - /* resolution + black border must match a native resolution */ - if

[patch 09/11] ps3fb: Round up video modes

2008-01-25 Thread Geert Uytterhoeven
From: Geert Uytterhoeven [EMAIL PROTECTED] ps3fb: Round up arbitrary video modes until they fit (if possible) Signed-off-by: Geert Uytterhoeven [EMAIL PROTECTED] --- drivers/video/ps3fb.c | 160 +++--- 1 file changed, 114 insertions(+), 46