On Wed, 1 Feb 2012 11:38:38 +0100, Sascha Hauer s.hauer@pengutronix.de wrote:
The drm drivers set the fb_info->pixmap fields without setting fb_info->pixmap.addr. If this is not set the fb core will overwrite these all fb_info->pixmap fields anyway, so there is not much point in setting them in the first place.
Might be worth replacing those blocks with a comment: /* Use default scratch pixmap (info->pixmap.flags = FB_PIXMAP_SYSTEM) */ -Chris