On Fri, 13 Jul 2012 08:47:15 +0100 Chris Wilson <[email protected]> wrote:
> On Thu, 12 Jul 2012 23:16:13 -0700, Ben Widawsky <[email protected]> wrote: > > mostly for convenience, this will help us clear up a bit of the code in > > intel_ringbuffer.c > > I don't think your couple of use-cases is a strong enough argument to > justify an extra pointer on thousands of objects. > > If you wanted, you could make the ilk pc w/a use the status page > instead... > -Chris > Actually, my original code went a step further than this. It combined all the ring data into 1 object, and then used a mini allocator for the pipe control, ring status, and the few dwords I need. I was _sure_ you would hate that, so I went to this. Can you swallow the one object for everything + allocator idea? -- Ben Widawsky, Intel Open Source Technology Center _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
