Re: [Intel-gfx] [PATCH 7/8] drm/i915: Fuse per-context workaround handling with the common framework

2018-11-30 Thread Tvrtko Ursulin
On 30/11/2018 11:47, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-11-30 11:32:00) From: Tvrtko Ursulin Convert the per context workaround handling code to run against the newly introduced common workaround framework and fuse the two to use the existing smarter list add helper, the one

Re: [Intel-gfx] [PATCH 7/8] drm/i915: Fuse per-context workaround handling with the common framework

2018-11-30 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-11-30 11:32:00) > From: Tvrtko Ursulin > > Convert the per context workaround handling code to run against the newly > introduced common workaround framework and fuse the two to use the > existing smarter list add helper, the one which does the sorted insert and >

[Intel-gfx] [PATCH 7/8] drm/i915: Fuse per-context workaround handling with the common framework

2018-11-30 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Convert the per context workaround handling code to run against the newly introduced common workaround framework and fuse the two to use the existing smarter list add helper, the one which does the sorted insert and merges registers where possible. This completes migration