On ke, 2017-02-01 at 16:50 +0000, Chris Wilson wrote:
> They include useful material such as what mode the VM address space is
> running in, what submission mode, extra quirks, etc.
> 
> Signed-off-by: Chris Wilson <[email protected]>

<SNIP>
 
> +static void err_print_params(struct drm_i915_error_state_buf *m,
> +                          const struct i915_params *p)
> +{
> +#define PRINT(T, x) err_printf(m, #x ": %d\n", p->x);
> +     I915_PARAMS_FOR_EACH(PRINT);
> +#undef PRINT_PARAM

#undef PRINT

That fixed;

Reviewed-by: Joonas Lahtinen <[email protected]>

Needs some Acks before merging, though.

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to