Re: [PATCH] drm/i915/guc: Fix flag query helper function to not modify state

2022-02-28 Thread Ceraolo Spurio, Daniele
On 2/17/2022 1:29 PM, 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. NB: No need for a 'Fixes' tag. The test was only ever used insi

Re: [PATCH] drm/i915/guc: Fix flag query helper function to not modify state

2022-02-28 Thread Ceraolo Spurio, Daniele
On 2/17/2022 1:29 PM, 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. NB: No need for a 'Fixes' tag. The test was only ever used inside

[PATCH] drm/i915/guc: Fix flag query helper function to not modify state

2022-02-17 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. NB: No need for a 'Fixes' tag. The test was only ever used inside a BUG_ON during context registration. Rather than asserti