[Intel-gfx] [PATCH 7/7] drm/i915: Engine queues query

Chris Wilson chris at chris-wilson.co.uk
Fri Apr 6 20:25:46 UTC 2018


Quoting Lionel Landwerlin (2018-04-05 14:05:52)
> On 05/04/18 13:39, Tvrtko Ursulin wrote:
> > +
> > +     /** Number of requests with unresolved fences and dependencies. */
> > +     __u32 queued;
> > +
> > +     /** Number of ready requests waiting on a slot on GPU. */
> > +     __u32 runnable;
> > +
> > +     /** Number of requests executing on the GPU. */
> > +     __u32 running;
> > +
> > +     __u32 rsvd[5];
> 
> Joonas made me add a comment for fields that are supposed to be cleared, 
> probably applies here too.

__u32 mbz[5]; ?
-Chris


More information about the Intel-gfx mailing list