From: Alex Williamson Date: Thu, 15 Aug 2013 22:37:53 +0000 (-0600) Subject: vgaarb: Don't disable resources that are not owned X-Git-Tag: v3.12-rc1~61^2~1^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f22d776f3e280e605819fc09fc35db0d802d36ce;p=pandora-kernel.git vgaarb: Don't disable resources that are not owned If a device does not own a resource then we don't need to disable it. This resolves the case where an Intel IGD device can be configured to disable decode of VGA memory but we still need the arbiter to handle VGA I/O port routing. When the IGD device is in conflict, only PCI_COMMAND_IO should be disabled since VGA memory does not require arbitration on this device. Signed-off-by: Alex Williamson Cc: Dave Airlie Acked-by: Dave Airlie Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed