On Thu, 11 Jan 2018 16:35:08 -0800
Eric Anholt <e...@anholt.net> wrote:

> Could we add some docs for get_values?  Like:

Sure.

> 
> /*
>  * Returns the values of the performance counters tracked by this
>  * perfmon (as an array of ncounters u64 values).
>  *
>  * No implicit synchronization is performed, so the user has to
>  * guarantee that any jobs using this perfmon have already been
>  * completed  (probably by blocking on the seqno returned by the
>  * last exec that used the perfmon).
>  */
> 
> With that,
> 
> Reviewed-by: Eric Anholt <e...@anholt.net>
> 
> > +struct drm_vc4_perfmon_get_values {
> > +   __u32 id;
> > +   __u64 values_ptr;
> > +};  

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to