Re: [Intel-gfx] [PATCH] drm/i915: add a helper to make a copy of i915_params

2018-12-20 Thread Chris Wilson
Quoting Jani Nikula (2018-12-20 14:27:50) > Abstract the one user in anticipation of more. > > Signed-off-by: Jani Nikula No harm done, Reviewed-by: Chris Wilson -Chris ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedeskt

[Intel-gfx] [PATCH] drm/i915: add a helper to make a copy of i915_params

2018-12-20 Thread Jani Nikula
Abstract the one user in anticipation of more. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/i915_gpu_error.c | 11 +-- drivers/gpu/drm/i915/i915_params.c| 14 ++ drivers/gpu/drm/i915/i915_params.h| 1 + 3 files changed, 16 insertions(+), 10 deletions(-) diff