[Intel-gfx] [PATCH i-g-t 1/8] lib/igt_dummyload: add igt_cork

Chris Wilson chris at chris-wilson.co.uk
Thu Oct 12 22:55:32 UTC 2017


Quoting Daniele Ceraolo Spurio (2017-10-12 23:27:27)
> +typedef struct igt_cork {
> +       int device;
> +       uint32_t handle;
> +       uint32_t fence;
> +} igt_cork_t;

Oh, just struct no need for typedef when you are transparent.
-Chris


More information about the Intel-gfx mailing list