From: Ville Syrjälä Date: Wed, 26 Jun 2013 14:44:15 +0000 (+0300) Subject: drm/i915: Mask out hardware status bits from VLV DPLL register X-Git-Tag: v3.12-rc1~136^2~165^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=165e901caa4c9d768dd572aab6b95f89a2e9e204;p=pandora-kernel.git drm/i915: Mask out hardware status bits from VLV DPLL register The DPLL lock bit, and the DPIO phy status bits are read-only and controlled by the hardware, so they will never be set by the driver. Mask them out when reading the hw state, so that the state comparison won't fail. Signed-off-by: Ville Syrjälä Reviewed-by: Jesse Barnes [danvet: Jesse asked for a code comment and I wholeheartly agree, so added one.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed