Re: [PATCH] drm: Add VIA chipset IDs for drm detection

From: Al Boldi
Date: Thu Jun 22 2006 - 13:34:54 EST


Jiri Slaby wrote:
> Al Boldi napsal(a):
> > Allow drm detection of new VIA chipsets.
> >
> > Signed-off-by: Al Boldi <a1426z@xxxxxxxxx>
> > --
> > --- drivers/char/drm/drm_pciids.h.old 2006-06-19 01:34:48.000000000
> > +0300 +++ drivers/char/drm/drm_pciids.h 2006-06-19 13:36:49.000000000
> > +0300 @@ -227,6 +227,9 @@
> > {0x1106, 0x3122, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> > {0x1106, 0x7205, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> > {0x1106, 0x3108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> > + {0x1106, 0x3157, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> > + {0x1106, 0x3344, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> > + {0x1106, 0x7204, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, \
> > {0, 0, 0}
>
> Don't you want to post a patch converting all that lines to use
> PCI_DEVICE() (and without backslashes)?

Actually, drm_pciids.h is autogenerated from drm_pciids.txt. I sent this
patch, because it looks like this file hasn't been sync'd lately.

Thanks!

--
Al

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/