drm/i915: Use correct fw_domains during reset
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Mar 2017 10:19:40 +0000 (10:19 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Mar 2017 10:22:01 +0000 (10:22 +0000)
commitcb3600db6e2d310532d250818d58ef83aef9ce90
treec758e6f26cd9ddbc917a8eae6304e46849fdfc69
parentbd52750485e9d4b8372360a347c63788eb76db8a
drm/i915: Use correct fw_domains during reset

In the next patch we will begin to sanity check that we do not attempt
to obtain the forcewake on an unsupport domain. However, that is exactly
what we do during reset of the fw_domains - rectify it before it explodes.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170323101944.21627-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_uncore.c