Re: [Intel-gfx] [RFC i-g-t 3/4] igt_aux: Add some list helpers from wayland

2016-11-08 Thread Chris Wilson
On Mon, Nov 07, 2016 at 07:05:15PM -0500, Lyude wrote: > Since we're going to be using lists for keeping track of EDIDs we've > allocated on the chamelium, add some generic list helpers from the > wayland project. We are a little more familiar with the kernel naming convention. -Chris -- Chris W

[Intel-gfx] [RFC i-g-t 3/4] igt_aux: Add some list helpers from wayland

2016-11-07 Thread Lyude
Since we're going to be using lists for keeping track of EDIDs we've allocated on the chamelium, add some generic list helpers from the wayland project. Signed-off-by: Lyude --- lib/igt_aux.c | 27 +++ lib/igt_aux.h | 38 ++ 2 files cha