From: Sascha Hauer Date: Mon, 6 Feb 2012 09:58:19 +0000 (+0100) Subject: drm: do not set fb_info->pixmap fields X-Git-Tag: v3.4-rc1~143^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2a99e15ff0d342de4ba58c84a791224a96a01a;p=pandora-kernel.git drm: do not set fb_info->pixmap fields 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. [airlied: dropped nvidiafb piece - not mine] Signed-off-by: Sascha Hauer Signed-off-by: Dave Airlie --- Reading git-diff-tree failed