[igt-dev] [PATCH v13 5/9] lib: igt_gt: use flags in intel_execution_engines2

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Wed Mar 20 09:48:32 UTC 2019


On 19/03/2019 23:44, Andi Shyti wrote:
> Having a variable flags declared in the
> 'intel_execution_engines2' structure comes very handy when
> handling engines that are configurable in different ways.
> 
> Signed-off-by: Andi Shyti <andi.shyti at intel.com>
> ---
>   lib/igt_gt.h | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/lib/igt_gt.h b/lib/igt_gt.h
> index 475c0b3c3cc6..9f28af8cfb5c 100644
> --- a/lib/igt_gt.h
> +++ b/lib/igt_gt.h
> @@ -95,6 +95,7 @@ extern const struct intel_execution_engine2 {
>   	const char *name;
>   	int class;
>   	int instance;
> +	uint64_t flags;
>   } intel_execution_engines2[];
>   
>   unsigned int
> 

I'd squash this into next patch since it is not useful on it's own.

Regards,

Tvrtko


More information about the igt-dev mailing list