From: Kristian Høgsberg Date: Sun, 4 Jan 2009 21:55:33 +0000 (-0500) Subject: drm: claim PCI device when running in modesetting mode. X-Git-Tag: v2.6.30-rc1~613^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=112b715e8e2f9ef7b96930888bb099ce10b4c3cc;p=pandora-kernel.git drm: claim PCI device when running in modesetting mode. Under kernel modesetting, we manage the device at all times, regardless of VT switching and X servers, so the only decent thing to do is to claim the PCI device. In that case, we call the suspend/resume hooks directly from the pci driver hooks instead of the current class device detour. Signed-off-by: Kristian Høgsberg Signed-off-by: Dave Airlie --- Reading git-diff-tree failed