[Intel-gfx] [RFC 3/4] drm/i915/execlists: Split insert_request()

Chris Wilson chris at chris-wilson.co.uk
Wed Jul 19 14:37:00 UTC 2017


Quoting MichaƂ Winiarski (2017-07-19 15:23:47)
> On Mon, Jul 17, 2017 at 09:42:34AM +0100, Chris Wilson wrote:
> Matches what I have in my tree, except for "first" hidden in pointer.
> Can we #define the bit where we're keeping the "first" status? This way we can
> immediatelly see what's going on in the callers.

At least give me a name for that bit!

#define PRIOLIST_FLAGS_MASK 0x1
#define PRIOLIST_FIRST 0x1

Never going to fit in 80cols! :(
-Chris


More information about the Intel-gfx mailing list