[PATCH] Fix distcheck fix typo introduced in 4d5341340fb

2009-02-22 Thread Chris Lamb
Hi, Attached patch fixes a simple typo introduced in 4d5341340fb that was causing libdrm_nouveau not be built, regardless of configure flags. configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Regards, -- ,''`. : :' : Chris Lamb `. `'`

Re: [PATCH 1/3] mga: Use request_firmware() to load microcode

2009-02-22 Thread Stephane Marchesin
Hi, This mga patch replaces a firmware that was split in pieces by functionality and that had comments with a single blob. So IMO it's actually decreasing the quality of the code. Stephane -- Open Source Business

[Bug 17768] 2.6.27-rc5 kernel Oops with i915

2009-02-22 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17768 Michael Fu michael...@intel.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 1/3] mga: Use request_firmware() to load microcode

2009-02-22 Thread Ben Hutchings
On Mon, 2009-02-23 at 00:06 +0100, Stephane Marchesin wrote: Hi, This mga patch replaces a firmware that was split in pieces by functionality and that had comments with a single blob. Each pipe's code was converted to a seperate line of the ihex file. So IMO it's actually decreasing the