Re: [Intel-gfx] [RFC 23/33] drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt

2019-06-18 Thread Tvrtko Ursulin
On 17/06/2019 21:01, Chris Wilson wrote: Quoting Tvrtko Ursulin (2019-06-17 19:12:26) From: Tvrtko Ursulin Having introduced struct intel_gt (named the anonymous structure in i915) we can start using it to compartmentalize our code better. It makes more sense logically to have the code intern

Re: [Intel-gfx] [RFC 23/33] drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt

2019-06-17 Thread Chris Wilson
Quoting Tvrtko Ursulin (2019-06-17 19:12:26) > From: Tvrtko Ursulin > > Having introduced struct intel_gt (named the anonymous structure in i915) > we can start using it to compartmentalize our code better. It makes more > sense logically to have the code internally like this and it will also > h

[Intel-gfx] [RFC 23/33] drm/i915: Convert i915_gem_flush_ggtt_writes to intel_gt

2019-06-17 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Having introduced struct intel_gt (named the anonymous structure in i915) we can start using it to compartmentalize our code better. It makes more sense logically to have the code internally like this and it will also help with future split between gt and display in i915. v2