This is a fairly straightforward set of bugfixes and regression fixes. When the SH-Mobile driver underwent some rework the userspace-facing var info ceased propagating accurate mode information to userspace tools, which is now corrected. A further patch for the LCDC fixes up bounding for invalid mode settings that was triggered on older platforms, which previously had a working fbcon but broken application interface. Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git fbdev-fixes-for-linus Which contains: Dave Airlie (1): fb: fix overlapping test off-by-one. Fabio Estevam (1): video: imxfb: Fix the maximum value for yres Guennadi Liakhovetski (3): fbdev: sh-mobile: restore display size configuration fbdev: sh-mobile: retrieve and propagate display sizes from EDID fbdev: sh_mobile_lcdc: increase maximum framebuffer size to support 1080p drivers/video/fbmem.c | 2 +- drivers/video/imxfb.c | 9 +++------ drivers/video/sh_mobile_hdmi.c | 16 +++++++++++++--- drivers/video/sh_mobile_lcdcfb.c | 30 +++++++++++------------------- 4 files changed, 28 insertions(+), 29 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html