[Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin imir...@alum.mit.edu --- include/pci_ids/pci_id_driver_map.h | 1 - src/loader/loader.c | 25 +++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/include/pci_ids/pci_id_driver_map.h

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Emil Velikov
On 17/03/14 14:22, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Hi Ilia I'm not sure if a nouveau specific quirk is a nice idea, although the only other solution is to add the quirk in the driver_map table. --- include/pci_ids/pci_id_driver_map.h | 1 -

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Ilia Mirkin
On Mon, Mar 17, 2014 at 1:12 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 17/03/14 14:22, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Hi Ilia I'm not sure if a nouveau specific quirk is a nice idea, although the only other solution is to add the quirk in the

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Emil Velikov
On 17/03/14 17:33, Ilia Mirkin wrote: On Mon, Mar 17, 2014 at 1:12 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 17/03/14 14:22, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Hi Ilia I'm not sure if a nouveau specific quirk is a nice idea, although the only

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Ilia Mirkin
On Mon, Mar 17, 2014 at 2:02 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 17/03/14 17:33, Ilia Mirkin wrote: On Mon, Mar 17, 2014 at 1:12 PM, Emil Velikov emil.l.veli...@gmail.com wrote: On 17/03/14 14:22, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Hi Ilia

[Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Ilia Mirkin
There are a lot of different pci ids supported by nouveau, and more are added all the time. The relevant distinguisher between drivers is the chipset id. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Cc: 10.1 mesa-sta...@lists.freedesktop.org --- I haven't tested this on real hardware yet, but

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Ilia Mirkin
On Mon, Mar 17, 2014 at 2:42 PM, Ilia Mirkin imir...@alum.mit.edu wrote: There are a lot of different pci ids supported by nouveau, and more are added all the time. The relevant distinguisher between drivers is the chipset id. Signed-off-by: Ilia Mirkin imir...@alum.mit.edu Cc: 10.1

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Eric Anholt
Ilia Mirkin imir...@alum.mit.edu writes: On Mon, Mar 17, 2014 at 2:42 PM, Ilia Mirkin imir...@alum.mit.edu wrote: There are a lot of different pci ids supported by nouveau, and more are added all the time. The relevant distinguisher between drivers is the chipset id. Signed-off-by: Ilia

Re: [Mesa-dev] [PATCH] loader: add special logic to distinguish nouveau from nouveau_vieux

2014-03-17 Thread Ilia Mirkin
On Mon, Mar 17, 2014 at 6:01 PM, Eric Anholt e...@anholt.net wrote: Ilia Mirkin imir...@alum.mit.edu writes: On Mon, Mar 17, 2014 at 2:42 PM, Ilia Mirkin imir...@alum.mit.edu wrote: There are a lot of different pci ids supported by nouveau, and more are added all the time. The relevant