[Intel-gfx] [PATCH 2/2] drm/i915: Capture module parameters for the GPU error state

Joonas Lahtinen joonas.lahtinen at linux.intel.com
Thu Feb 2 07:35:20 UTC 2017


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 <chris at chris-wilson.co.uk>

<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 <joonas.lahtinen at linux.intel.com>

Needs some Acks before merging, though.

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation


More information about the Intel-gfx mailing list