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

2012-01-17 Thread Daniel Vetter
On Tue, Jan 17, 2012 at 09:35:48AM -0800, Eric Anholt wrote: > On Tue, 17 Jan 2012 12:50:12 +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 user

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

2012-01-17 Thread Eric Anholt
On Tue, 17 Jan 2012 12:50:12 +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. > > v2: Fixup the Makefile. Revi

Re: [Intel-gfx] [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 this

[Intel-gfx] [PATCH] drm/i915: kill i915_mem.c

2012-01-17 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. v2: Fixup the Makefile. Acked-by: Dave Airlie Cc: Keith Whitwell Signed-Off-by: Daniel Vetter ---

Re: [Intel-gfx] [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

Re: [Intel-gfx] [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: Ke

[Intel-gfx] [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