* [PATCH] drm: Add VIA chipset IDs for drm detection
@ 2006-06-20 15:16 Al Boldi
2006-06-20 15:44 ` Jiri Slaby
0 siblings, 1 reply; 4+ messages in thread
From: Al Boldi @ 2006-06-20 15:16 UTC (permalink / raw)
To: linux-kernel
Allow drm detection of new VIA chipsets.
Signed-off-by: Al Boldi <a1426z@gawab.com>
--
--- 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}
#define i810_PCI_IDS \
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] drm: Add VIA chipset IDs for drm detection
2006-06-20 15:16 [PATCH] drm: Add VIA chipset IDs for drm detection Al Boldi
@ 2006-06-20 15:44 ` Jiri Slaby
2006-06-20 15:46 ` Jiri Slaby
2006-06-22 17:36 ` Al Boldi
0 siblings, 2 replies; 4+ messages in thread
From: Jiri Slaby @ 2006-06-20 15:44 UTC (permalink / raw)
To: Al Boldi; +Cc: linux-kernel
Al Boldi napsal(a):
> Allow drm detection of new VIA chipsets.
>
> Signed-off-by: Al Boldi <a1426z@gawab.com>
> --
> --- 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)?
regards,
--
Jiri Slaby www.fi.muni.cz/~xslaby
\_.-^-._ jirislaby@gmail.com _.-^-._/
B67499670407CE62ACC8 22A032CC55C339D47A7E
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] drm: Add VIA chipset IDs for drm detection
2006-06-20 15:44 ` Jiri Slaby
@ 2006-06-20 15:46 ` Jiri Slaby
2006-06-22 17:36 ` Al Boldi
1 sibling, 0 replies; 4+ messages in thread
From: Jiri Slaby @ 2006-06-20 15:46 UTC (permalink / raw)
To: Jiri Slaby; +Cc: Al Boldi, linux-kernel
Jiri Slaby napsal(a):
> Al Boldi napsal(a):
>> Allow drm detection of new VIA chipsets.
>>
>> Signed-off-by: Al Boldi <a1426z@gawab.com>
>> --
>> --- 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)?
Hrm, let backslashes be.
regards,
--
Jiri Slaby www.fi.muni.cz/~xslaby
\_.-^-._ jirislaby@gmail.com _.-^-._/
B67499670407CE62ACC8 22A032CC55C339D47A7E
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] drm: Add VIA chipset IDs for drm detection
2006-06-20 15:44 ` Jiri Slaby
2006-06-20 15:46 ` Jiri Slaby
@ 2006-06-22 17:36 ` Al Boldi
1 sibling, 0 replies; 4+ messages in thread
From: Al Boldi @ 2006-06-22 17:36 UTC (permalink / raw)
To: Jiri Slaby; +Cc: linux-kernel
Jiri Slaby wrote:
> Al Boldi napsal(a):
> > Allow drm detection of new VIA chipsets.
> >
> > Signed-off-by: Al Boldi <a1426z@gawab.com>
> > --
> > --- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-06-22 17:35 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20 15:16 [PATCH] drm: Add VIA chipset IDs for drm detection Al Boldi
2006-06-20 15:44 ` Jiri Slaby
2006-06-20 15:46 ` Jiri Slaby
2006-06-22 17:36 ` Al Boldi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox