drm: do not set fb_info->pixmap fields
authorSascha Hauer <s.hauer@pengutronix.de>
Mon, 6 Feb 2012 09:58:19 +0000 (10:58 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 9 Feb 2012 10:34:43 +0000 (10:34 +0000)
commitfb2a99e15ff0d342de4ba58c84a791224a96a01a
tree7e7addff62f92f4ffed79162474a93c1ba25c49b
parentd9bc3c02e36d844c2d980e65ddda5c7699e073f8
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 <s.hauer@pengutronix.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/gma500/framebuffer.c
drivers/gpu/drm/i915/intel_fb.c
drivers/gpu/drm/nouveau/nouveau_fbcon.c
drivers/gpu/drm/radeon/radeon_fb.c
drivers/gpu/drm/vmwgfx/vmwgfx_fb.c