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)
commit72109ce9505f68e10ad198b3682ec04ab8bfb509
tree7e7addff62f92f4ffed79162474a93c1ba25c49b
parent0eeee7dde977d94303a08c2dbc70dbab2c9d142c
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