Re: [Intel-gfx] [PATCH v7 5/6] drm/i915: Add a fault injection point to WOPCM init

2018-07-27 Thread Chris Wilson
Quoting Jakub Bartmiński (2018-07-27 13:08:55) > Add a fault injection point in the WOPCM initialization path. > > v4: > Move the injection inside the WOPCM init function. > > Signed-off-by: Jakub Bartmiński > Cc: Chris Wilson > Cc: Michał Winiarski > Cc: Michal Wajdeczko Reviewed-by: Chris W

[Intel-gfx] [PATCH v7 5/6] drm/i915: Add a fault injection point to WOPCM init

2018-07-27 Thread Jakub Bartmiński
Add a fault injection point in the WOPCM initialization path. v4: Move the injection inside the WOPCM init function. Signed-off-by: Jakub Bartmiński Cc: Chris Wilson Cc: Michał Winiarski Cc: Michal Wajdeczko --- drivers/gpu/drm/i915/intel_wopcm.c | 3 +++ 1 file changed, 3 insertions(+) dif