[PATCH resend] drm/savage: Do not add framebuffer and aperture maps

2011-05-28 Thread Dave Airlie
On Sat, May 28, 2011 at 4:19 AM, Tormod Volden wrote: > From: Tormod Volden > > Since multiple framebuffer maps are not supported any longer (commit > 41c2e75e60200a860a74b7c84a6375c105e7437f) these maps would be broken, > and they are not used by the drm anyway. > > Leave it to userspace to cre

[PATCH resend] drm/savage: Do not add framebuffer and aperture maps

2011-05-28 Thread Tormod Volden
On Fri, May 27, 2011 at 10:48 PM, Dave Airlie wrote: > On Sat, May 28, 2011 at 4:19 AM, Tormod Volden > wrote: >> From: Tormod Volden >> >> Since multiple framebuffer maps are not supported any longer (commit >> 41c2e75e60200a860a74b7c84a6375c105e7437f) these maps would be broken, >> and they a

[PATCH resend] drm/savage: Do not add framebuffer and aperture maps

2011-05-27 Thread Tormod Volden
From: Tormod Volden Since multiple framebuffer maps are not supported any longer (commit 41c2e75e60200a860a74b7c84a6375c105e7437f) these maps would be broken, and they are not used by the drm anyway. Leave it to userspace to create one working map instead. Signed-off-by: Tormod Volden --- The

Re: [PATCH resend] drm/savage: Do not add framebuffer and aperture maps

2011-05-27 Thread Tormod Volden
On Fri, May 27, 2011 at 10:48 PM, Dave Airlie wrote: > On Sat, May 28, 2011 at 4:19 AM, Tormod Volden wrote: >> From: Tormod Volden >> >> Since multiple framebuffer maps are not supported any longer (commit >> 41c2e75e60200a860a74b7c84a6375c105e7437f) these maps would be broken, >> and they are

Re: [PATCH resend] drm/savage: Do not add framebuffer and aperture maps

2011-05-27 Thread Dave Airlie
On Sat, May 28, 2011 at 4:19 AM, Tormod Volden wrote: > From: Tormod Volden > > Since multiple framebuffer maps are not supported any longer (commit > 41c2e75e60200a860a74b7c84a6375c105e7437f) these maps would be broken, > and they are not used by the drm anyway. > > Leave it to userspace to crea

[PATCH resend] drm/savage: Do not add framebuffer and aperture maps

2011-05-27 Thread Tormod Volden
From: Tormod Volden Since multiple framebuffer maps are not supported any longer (commit 41c2e75e60200a860a74b7c84a6375c105e7437f) these maps would be broken, and they are not used by the drm anyway. Leave it to userspace to create one working map instead. Signed-off-by: Tormod Volden --- The