[PATCH] Fix annoyingly awkward typo in drm_edid_load.c

2016-05-30 Thread Valdis Kletnieks
Fix egregious typo in comment. Signed-off-by: Valdis Kletnieks --- a/drivers/gpu/drm/drm_edid_load.c 2016-04-20 17:54:27.208059935 -0400 +++ b/drivers/gpu/drm/drm_edid_load.c 2016-05-30 02:15:43.747105384 -0400 @@ -271,7 +271,7 @@ * by commas, search through the list looking

Re: 3.5-rc5: radeon acceleration regression on Transmeta system

2012-07-10 Thread valdis . kletnieks
On Mon, 09 Jul 2012 14:30:40 +0300, Meelis Roos said: It's actually more complicated than that. Old kernel images started misbehaving from around 2.6.35-rc5 and any kernel older than that was OK. When I recompiled the older kernels with squeeze gcc (migh have been lenny gcc before, or

Re: [V5 PATCH 1/4] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-17 Thread Valdis . Kletnieks
. Documentation/EDID/HOWTO.txt| 39 + Documentation/EDID/Makefile | 26 +++ Documented *and* a Makefile to automate it. Nice. :) That addresses my comments.. Acked-by: Valdis Kletnieks valdis.kletni...@vt.edu pgpsTPtB0bBud.pgp Description: PGP signature

Re: [PATCH 1/3] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-12 Thread Valdis . Kletnieks
On Sat, 10 Mar 2012 21:20:15 +0100, Carsten Emde said: EDID data source files are provided for documentation purpose and as a template to create EDID data sets for other screen resolutions. Note that source compilation is not part of the build process, but needs to be done manually, e.g.

Re: (Short?) merge window reminder

2011-05-24 Thread Valdis . Kletnieks
On Tue, 24 May 2011 14:30:59 +0200, Jacek Luczak said: 2011/5/24 Jan Engelhardt jeng...@medozas.de: On Tuesday 2011-05-24 01:33, Linus Torvalds wrote: Another advantage of switching numbering models (ie 3.0 instead of 2.8.x) would be that it would also make the odd numbers are also numbers

Re: [Ksummit-2010-discuss] [v2] Remaining BKL users, what to do

2010-10-20 Thread Valdis . Kletnieks
On Mon, 18 Oct 2010 17:40:04 PDT, Greg KH said: I do have access to this hardware, but its on an old single processor laptop, so any work that it would take to help do this development, really wouldn't be able to be tested to be valid at all. The i810 is a graphics chipset embedded on the

Re: [PATCH 00/15] change default_llseek action

2010-09-17 Thread Valdis . Kletnieks
On Tue, 14 Sep 2010 22:22:28 +0200, Arnd Bergmann said: This changes *all* instances of struct file_operations in the kernel to have a .llseek operation and then changes the default to no_llseek, which returns -ESPIPE, which is what we had decided some time ago in a discussion with Christoph

mmotm 2010-07-27 - nouveau lockdep issues.

2010-07-28 Thread Valdis . Kletnieks
On Tue, 27 Jul 2010 14:56:50 PDT, a...@linux-foundation.org said: The mm-of-the-moment snapshot 2010-07-27-14-56 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ Hit this while the X server was on its way down during a 'shutdown -r now'. Worked fine in -rc5-mmotm0719. 'e16' is

Re: [PATCH 4/8]drivers:tmp.c Fix warning: variable 'rc' set but not used

2010-06-15 Thread Valdis . Kletnieks
On Mon, 14 Jun 2010 13:26:44 PDT, Justin P. Mattock said: Im getting this warning when compiling: CC drivers/char/tpm/tpm.o drivers/char/tpm/tpm.c: In function 'tpm_gen_interrupt': drivers/char/tpm/tpm.c:508:10: warning: variable 'rc' set but not used The below patch gets rid of the

mmotm 2010-04-28 - nouveau driver issues

2010-05-02 Thread Valdis . Kletnieks
On Wed, 28 Apr 2010 16:53:32 PDT, a...@linux-foundation.org said: The mm-of-the-moment snapshot 2010-04-28-16-53 has been uploaded to http://userweb.kernel.org/~akpm/mmotm/ The nouveau driver had issues during boot, caused plymouth to have indigestion and fall back to 24x80 character mode.