Re: [Intel-gfx] [PATCH 1/3] drm/i915/guc: Fix return from guc_log_relay_file_create

2018-01-31 Thread Sagar Arun Kamble
On 1/31/2018 3:06 PM, Chris Wilson wrote: Quoting Sagar Arun Kamble (2018-01-31 06:14:37) guc_log_relay_file_create will return -EEXIST if we invoke relay_late_setup_files multiple times as part of i915_guc_log_control. However this is to be not cosidered as fail and need to return 0. This

Re: [Intel-gfx] [PATCH 1/3] drm/i915/guc: Fix return from guc_log_relay_file_create

2018-01-31 Thread Chris Wilson
Quoting Sagar Arun Kamble (2018-01-31 06:14:37) > guc_log_relay_file_create will return -EEXIST if we invoke > relay_late_setup_files multiple times as part of i915_guc_log_control. > However this is to be not cosidered as fail and need to return 0. > This was mistakenly introduced in the below

[Intel-gfx] [PATCH 1/3] drm/i915/guc: Fix return from guc_log_relay_file_create

2018-01-30 Thread Sagar Arun Kamble
guc_log_relay_file_create will return -EEXIST if we invoke relay_late_setup_files multiple times as part of i915_guc_log_control. However this is to be not cosidered as fail and need to return 0. This was mistakenly introduced in the below commit. Fix it. Fixes: 70deeaddc6e6 "drm/i915/guc: Fix