[PATCH] drm/i915: kill i915_mem.c

2012-01-17 Thread Eugeni Dodonov
On Tue, Jan 17, 2012 at 08:58, Dave Airlie wrote: > On Tue, Jan 17, 2012 at 10:45 AM, Keith Whitwell > wrote: > > > > On Mon, 2012-01-16 at 21:56 +0100, Daniel Vetter wrote: > >> On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: > >> > Some decent history digging indicates that

[PATCH] drm/i915: kill i915_mem.c

2012-01-17 Thread Dave Airlie
On Tue, Jan 17, 2012 at 10:45 AM, Keith Whitwell wrote: > > On Mon, 2012-01-16 at 21:56 +0100, Daniel Vetter wrote: >> On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: >> > Some decent history digging indicates that this was to be used for the >> > GLX_MESA_allocate_memory extension

[PATCH] drm/i915: kill i915_mem.c

2012-01-17 Thread Keith Whitwell
On Mon, 2012-01-16 at 21:56 +0100, Daniel Vetter wrote: > On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: > > Some decent history digging indicates that this was to be used for the > > GLX_MESA_allocate_memory extension but never actually implemented for > > any released i915

Re: [PATCH] drm/i915: kill i915_mem.c

2012-01-17 Thread Dave Airlie
On Tue, Jan 17, 2012 at 10:45 AM, Keith Whitwell kei...@vmware.com wrote: On Mon, 2012-01-16 at 21:56 +0100, Daniel Vetter wrote: On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory

Re: [PATCH] drm/i915: kill i915_mem.c

2012-01-17 Thread Keith Whitwell
On Mon, 2012-01-16 at 21:56 +0100, Daniel Vetter wrote: On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory extension but never actually implemented for any released i915 userspace

Re: [PATCH] drm/i915: kill i915_mem.c

2012-01-17 Thread Eugeni Dodonov
On Tue, Jan 17, 2012 at 08:58, Dave Airlie airl...@gmail.com wrote: On Tue, Jan 17, 2012 at 10:45 AM, Keith Whitwell kei...@vmware.com wrote: On Mon, 2012-01-16 at 21:56 +0100, Daniel Vetter wrote: On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: Some decent history

[PATCH] drm/i915: kill i915_mem.c

2012-01-16 Thread Daniel Vetter
On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: > Some decent history digging indicates that this was to be used for the > GLX_MESA_allocate_memory extension but never actually implemented for > any released i915 userspace code. > > So just rip it out. > > Cc: Dave Airlie > Cc:

Re: [PATCH] drm/i915: kill i915_mem.c

2012-01-16 Thread Daniel Vetter
On Thu, Dec 22, 2011 at 10:23:14PM +0100, Daniel Vetter wrote: Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory extension but never actually implemented for any released i915 userspace code. So just rip it out. Cc: Dave Airlie

[PATCH] drm/i915: kill i915_mem.c

2011-12-22 Thread Daniel Vetter
Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory extension but never actually implemented for any released i915 userspace code. So just rip it out. Cc: Dave Airlie Cc: Keith Whitwell Signed-Off-by: Daniel Vetter --- drivers/gpu/drm/drm_ioctl.c

[PATCH] drm/i915: kill i915_mem.c

2011-12-22 Thread Daniel Vetter
Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory extension but never actually implemented for any released i915 userspace code. So just rip it out. Cc: Dave Airlie airl...@gmail.com Cc: Keith Whitwell kei...@vmware.com Signed-Off-by: Daniel Vetter