Re: [Intel-gfx] [PATCH v2 06/14] drm/i915/guc: Add a second client, to be used for preemption

2017-10-19 Thread Michal Wajdeczko
On Thu, 19 Oct 2017 20:36:11 +0200, Michał Winiarski wrote: From: Dave Gordon This second client is created with priority KMD_HIGH, and marked as preemptive. This will allow us to request preemption using GuC actions. v2: Extract

[Intel-gfx] [PATCH v2 06/14] drm/i915/guc: Add a second client, to be used for preemption

2017-10-19 Thread Michał Winiarski
From: Dave Gordon This second client is created with priority KMD_HIGH, and marked as preemptive. This will allow us to request preemption using GuC actions. v2: Extract clients creation into a helper, debugfs fixups. (Michał) Recreate doorbell on init. (Daniele) Move