[PATCH 20/20] drm: do not set fb_info->pixmap fields

2012-02-01 Thread Chris Wilson
On Wed, 1 Feb 2012 11:38:38 +0100, Sascha Hauer 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

[PATCH 20/20] drm: do not set fb_info->pixmap fields

2012-02-01 Thread Sascha Hauer
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. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/gma500/frameb

Re: [PATCH 20/20] drm: do not set fb_info->pixmap fields

2012-02-01 Thread Chris Wilson
On Wed, 1 Feb 2012 11:38:38 +0100, Sascha Hauer 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.

[PATCH 20/20] drm: do not set fb_info->pixmap fields

2012-02-01 Thread Sascha Hauer
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. Signed-off-by: Sascha Hauer --- drivers/gpu/drm/gma500/frameb