[igt-dev] [PATCH v20 3/6] lib: igt_gt: add eb flags to class helper

Chris Wilson chris at chris-wilson.co.uk
Fri Apr 12 08:18:05 UTC 2019


Quoting Andi Shyti (2019-04-12 01:32:07)
> +int gem_eb_to_class(unsigned int flags)
> +{
> +       switch (flags & 0x3f) {
> +               case I915_EXEC_DEFAULT:

case labels are aligned to the switch,

	switch (flags & 0x3f) {
	case I915_EXEC_DEFAULT:

-Chris


More information about the igt-dev mailing list