[Intel-gfx] [PATCH 4/4] drm/i915: Update workarounds selftest for read only regs

2019-06-17 Thread John . C . Harrison
From: "Robert M. Fosha" Updates the live_workarounds selftest to handle whitelisted registers that are flagged as read only. Signed-off-by: Robert M. Fosha Signed-off-by: John Harrison --- .../gpu/drm/i915/gt/selftest_workarounds.c| 43 +-- 1 file changed, 39 insertions(+)

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Update workarounds selftest for read only regs

2019-06-17 Thread Tvrtko Ursulin
On 18/06/2019 02:01, john.c.harri...@intel.com wrote: From: "Robert M. Fosha" Updates the live_workarounds selftest to handle whitelisted registers that are flagged as read only. Signed-off-by: Robert M. Fosha Signed-off-by: John Harrison --- .../gpu/drm/i915/gt/selftest_workarounds.c

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Update workarounds selftest for read only regs

2019-06-18 Thread John Harrison
On 6/17/2019 23:42, Tvrtko Ursulin wrote: On 18/06/2019 02:01, john.c.harri...@intel.com wrote: From: "Robert M. Fosha" Updates the live_workarounds selftest to handle whitelisted registers that are flagged as read only. Signed-off-by: Robert M. Fosha Signed-off-by: John Harrison ---   .../

Re: [Intel-gfx] [PATCH 4/4] drm/i915: Update workarounds selftest for read only regs

2019-06-18 Thread Tvrtko Ursulin
On 18/06/2019 14:43, John Harrison wrote: On 6/17/2019 23:42, Tvrtko Ursulin wrote: On 18/06/2019 02:01, john.c.harri...@intel.com wrote: From: "Robert M. Fosha" Updates the live_workarounds selftest to handle whitelisted registers that are flagged as read only. Signed-off-by: Robert M. Fos