From: Damien Lespiau Date: Tue, 29 Jul 2014 17:06:16 +0000 (+0100) Subject: drm/i915: Specify when the PLL hw state fields are valid X-Git-Tag: fixes-against-v3.18-rc2~73^2~78^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfc3552136fb6996e19b9f6980dc5a6721defd5;p=pandora-kernel.git drm/i915: Specify when the PLL hw state fields are valid Not all those fields are valid on a given platform. Make it explicit. Unions could also be used, but were cluttering some code paths with if/else ladders. v2: Don't use anonymous unions (Daniel) Signed-off-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed