Re: [Intel-gfx] [PATCH 4/8] drm/i915: Reduce duplicated forcewake logic

2014-12-16 Thread Mika Kuoppala
Deepak S deepa...@linux.intel.com writes: On Monday 08 December 2014 11:57 PM, Mika Kuoppala wrote: From: Chris Wilson ch...@chris-wilson.co.uk Introduce a structure to track the individual forcewake domains and use that to eliminate duplicate logic. v2: - Rebase on latest dinq (Mika)

Re: [Intel-gfx] [PATCH 4/8] drm/i915: Reduce duplicated forcewake logic

2014-12-11 Thread Deepak S
On Monday 08 December 2014 11:57 PM, Mika Kuoppala wrote: From: Chris Wilson ch...@chris-wilson.co.uk Introduce a structure to track the individual forcewake domains and use that to eliminate duplicate logic. v2: - Rebase on latest dinq (Mika) - for_each_fw_domain macro (Mika) -

[Intel-gfx] [PATCH 4/8] drm/i915: Reduce duplicated forcewake logic

2014-12-08 Thread Mika Kuoppala
From: Chris Wilson ch...@chris-wilson.co.uk Introduce a structure to track the individual forcewake domains and use that to eliminate duplicate logic. v2: - Rebase on latest dinq (Mika) - for_each_fw_domain macro (Mika) - Handle reset atomically, keeping the timer running (Mika) -