Re: list handling in libdrm for TTM

2007-09-21 Thread Dave Airlie
>> > Dave, > I thought we agreed at the XDS to remove the libdrm list helpers, and > let the drivers themselves take care of this? > However before that's done, i915 needs a Superioctl, so we don't break > that driver. > Just confirming that's what we suggested :-), I have a i915 superioctl I nee

Re: list handling in libdrm for TTM

2007-09-21 Thread Thomas Hellström
Dave Airlie wrote: > > I'm just looking at the list handling code in the TTM for libdrm, > and I really don't think we can just leave it as-is but making it > generic also doesn't look that easy (it would at least require adding > destructor paths for free list object contents) > > Thomas, any id

list handling in libdrm for TTM

2007-09-20 Thread Dave Airlie
I'm just looking at the list handling code in the TTM for libdrm, and I really don't think we can just leave it as-is but making it generic also doesn't look that easy (it would at least require adding destructor paths for free list object contents) Thomas, any ideas on how best to handle it?