drm/i915: only match on PCI_BASE_CLASS_DISPLAY
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 11 Oct 2011 08:59:05 +0000 (10:59 +0200)
committerKeith Packard <keithp@keithp.com>
Fri, 28 Oct 2011 17:01:59 +0000 (10:01 -0700)
... not DISPLAY_VGA, because we ignore the VGA subclass with our
class_mask.

It confused me until Chris Wilson clued me up.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found