From: Imre Deak Date: Fri, 25 Oct 2013 14:36:47 +0000 (+0300) Subject: drm/i915: prepare for multiple power wells X-Git-Tag: v3.13-rc1~76^2~11^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c00f55302219fdac1f8628e61f2b63cffc58d5;p=pandora-kernel.git drm/i915: prepare for multiple power wells In the future we'll need to support multiple power wells, so prepare for that here. Create a new power domains struct which contains all power domain/well specific fields. Since we'll have one lock protecting all power wells, move power_well->lock to the new struct too. No functional change. Signed-off-by: Imre Deak Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed