]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Only bind to function 0 of the PCI device
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 1 Feb 2011 19:43:02 +0000 (19:43 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 22:47:32 +0000 (14:47 -0800)
commita5caac7e5485057711085b764fb3ad95e071e6e5
treef1a955dff746b194ef51bad0b4a26d56607eaa63
parent9487d9dcae378886b3d06452b630e211982a079a
drm/i915: Only bind to function 0 of the PCI device

commit 5fe49d86f9d01044abf687a8cd21edef636d58aa upstream.

Early chipsets (gen2/3) used function 1 as a placeholder for multi-head.
We used to ignore these since they were not assigned to
PCI_CLASS_DISPLAY_VGA. However with 934f992c7 we attempt to bind to all
Intel PCI_CLASS_DISPLAY devices (and functions) to work in multi-gpu
systems. This fails hard on gen2/3.

Reported-by: Ferenc Wágner <wferi@niif.hu>
Tested-by: Ferenc Wágner <wferi@niif.hu>
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=28012
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/i915_drv.c