Re: [Intel-gfx] [PATCH] drm/i915/guc: Fix flag query to not modify state

2022-02-09 Thread Tvrtko Ursulin
On 08/02/2022 18:53, John Harrison wrote: On 2/8/2022 01:39, Tvrtko Ursulin wrote: On 08/02/2022 02:07, john.c.harri...@intel.com wrote: From: John Harrison A flag query helper was actually writing to the flags word rather than just reading. Fix that. Also update the function's comment as

Re: [Intel-gfx] [PATCH] drm/i915/guc: Fix flag query to not modify state

2022-02-08 Thread John Harrison
On 2/8/2022 01:39, Tvrtko Ursulin wrote: On 08/02/2022 02:07, john.c.harri...@intel.com wrote: From: John Harrison A flag query helper was actually writing to the flags word rather than just reading. Fix that. Also update the function's comment as it was out of date. Fixes: 0f7976506de61

Re: [Intel-gfx] [PATCH] drm/i915/guc: Fix flag query to not modify state

2022-02-08 Thread Tvrtko Ursulin
On 08/02/2022 02:07, john.c.harri...@intel.com wrote: From: John Harrison A flag query helper was actually writing to the flags word rather than just reading. Fix that. Also update the function's comment as it was out of date. Fixes: 0f7976506de61 ("drm/i915/guc: Rework and simplify

[Intel-gfx] [PATCH] drm/i915/guc: Fix flag query to not modify state

2022-02-07 Thread John . C . Harrison
From: John Harrison A flag query helper was actually writing to the flags word rather than just reading. Fix that. Also update the function's comment as it was out of date. Fixes: 0f7976506de61 ("drm/i915/guc: Rework and simplify locking") Signed-off-by: John Harrison ---