[Intel-gfx] [PATCH v2 3/3] drm/i915: Pack params to engine->schedule() into a struct
Chris Wilson
chris at chris-wilson.co.uk
Wed Apr 18 10:39:25 UTC 2018
Quoting Joonas Lahtinen (2018-04-18 10:46:27)
> Quoting Chris Wilson (2018-04-17 17:31:32)
> > +static void print_sched_attr(struct drm_printer *m,
> > + const struct drm_i915_private *i915,
> > + const struct i915_sched_attr *attr)
> > +{
> > + if (attr->priority == I915_PRIORITY_INVALID)
> > + return;
>
> This will yield a double space in the output. Just sayin'
Yes, but one too many spaces is only a problem for our OCD and only for
those of us brave enough to venture that far back.
-Chris
More information about the Intel-gfx
mailing list