Re: [Intel-gfx] [PATCH] drm/i915: only match on PCI_BASE_CLASS_DISPLAY

2011-10-23 Thread Daniel Vetter
Hi Keith This patch isn't in your -next pull request. Please consider merging for 3.2. Yours, Daniel On Tue, Oct 11, 2011 at 09:40:51AM -0400, Adam Jackson wrote: > On 10/11/11 4:59 AM, Daniel Vetter wrote: > >... not DISPLAY_VGA, because we ignore the VGA subclass with our > >class_mask. > > >

Re: [Intel-gfx] [PATCH] drm/i915: only match on PCI_BASE_CLASS_DISPLAY

2011-10-11 Thread Adam Jackson
On 10/11/11 4:59 AM, Daniel Vetter wrote: ... 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 Reviewed-by: Adam Jackson - ajax ___ Intel-gfx mail

[Intel-gfx] [PATCH] drm/i915: only match on PCI_BASE_CLASS_DISPLAY

2011-10-11 Thread Daniel Vetter
... 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 --- drivers/gpu/drm/i915/i915_drv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c