From: Ville Syrjälä Date: Tue, 25 Feb 2014 13:13:39 +0000 (+0200) Subject: drm/i915: Flip the sense of AGPBUSY_DIS bit X-Git-Tag: omap-for-v3.16/fixes-against-rc1~44^2~10^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3299254ffc42082a0ae36ecb841ade1a98a2af92;p=pandora-kernel.git drm/i915: Flip the sense of AGPBUSY_DIS bit My Gen3 Bspec lists the AGPBUSY# bit in INSTPM as an enable bit rather than a disable bit. Our code has the opposite idea. Make the code match the spec. Might fix some gen3 C3 related interrupt delivery problems. Untested due to lack of hardware. v2: call it AGPBUSY_INT_EN to make it clearer it has to do with interrupts Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed