From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Jackson Subject: Re: [PATCH] drm/i915: only match on PCI_BASE_CLASS_DISPLAY Date: Tue, 11 Oct 2011 09:40:51 -0400 Message-ID: <4E944763.3060703@redhat.com> References: <1318323545-2786-1-git-send-email-daniel.vetter@ffwll.ch> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 699619E7BA for ; Tue, 11 Oct 2011 06:40:54 -0700 (PDT) In-Reply-To: <1318323545-2786-1-git-send-email-daniel.vetter@ffwll.ch> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Daniel Vetter Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org 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