[PATCH 11/16] drm/mgag200: Initialize data needed to map fbdev memory

2013-07-23 Thread Dave Airlie
On Wed, Jul 17, 2013 at 11:07 PM, Egbert Eich wrote: > Due to a missing initialization there was no way to map fbdev memory. > Thus for example using the Xserver with the fbdev driver failed. > This fix adds initialization for fix.smem_start and fix.smem_len > in the fb_info structure, which

Re: [PATCH 11/16] drm/mgag200: Initialize data needed to map fbdev memory

2013-07-23 Thread Dave Airlie
On Wed, Jul 17, 2013 at 11:07 PM, Egbert Eich e...@suse.com wrote: Due to a missing initialization there was no way to map fbdev memory. Thus for example using the Xserver with the fbdev driver failed. This fix adds initialization for fix.smem_start and fix.smem_len in the fb_info structure,

[PATCH 11/16] drm/mgag200: Initialize data needed to map fbdev memory

2013-07-17 Thread Egbert Eich
Due to a missing initialization there was no way to map fbdev memory. Thus for example using the Xserver with the fbdev driver failed. This fix adds initialization for fix.smem_start and fix.smem_len in the fb_info structure, which fixes this problem. Signed-off-by: Egbert Eich ---

[PATCH 11/16] drm/mgag200: Initialize data needed to map fbdev memory

2013-07-17 Thread Egbert Eich
Due to a missing initialization there was no way to map fbdev memory. Thus for example using the Xserver with the fbdev driver failed. This fix adds initialization for fix.smem_start and fix.smem_len in the fb_info structure, which fixes this problem. Signed-off-by: Egbert Eich e...@suse.de ---