<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/video/nvidia, branch v2.6.19</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/video/nvidia?h=v2.6.19</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/video/nvidia?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-11-14T17:09:27Z</updated>
<entry>
<title>[PATCH] nvidiafb: fix unreachable code in nv10GetConfig</title>
<updated>2006-11-14T17:09:27Z</updated>
<author>
<name>Nathan Lynch</name>
<email>ntl@pobox.com</email>
</author>
<published>2006-11-14T10:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d6e89cb6cd3a10eb203914093642f580c20476d4'/>
<id>urn:sha1:d6e89cb6cd3a10eb203914093642f580c20476d4</id>
<content type='text'>
Fix binary/logical operator typo which leads to unreachable code.  Noticed
while looking at other issues; I don't have the relevant hardware to test
this.

Signed-off-by: Nathan Lynch &lt;ntl@pobox.com&gt;
Cc: "Antonino A. Daplas" &lt;adaplas@pol.net&gt;
Acked-by: James Simmons &lt;jsimmons@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Patch for nvidia divide by zero error for 7600 pci-express card</title>
<updated>2006-11-13T15:40:42Z</updated>
<author>
<name>Wink Saville</name>
<email>wink@saville.com</email>
</author>
<published>2006-11-10T20:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e40c67597eac7a0b0e676867517b01a5a57f7b4b'/>
<id>urn:sha1:e40c67597eac7a0b0e676867517b01a5a57f7b4b</id>
<content type='text'>
The following patch resolves the divide by zero error I encountered on my
system:

	http://marc.10east.com/?l=linux-fbdev-devel&amp;m=116058257024413&amp;w=2

I accomplished this by merging what I thought was appropriate from:

	http://webcvs.freedesktop.org/xorg/driver/xf86-video-nv/src/

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] revert "nvidiafb: use generic ddc reading"</title>
<updated>2006-10-11T18:14:14Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2006-10-11T08:20:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7e491092e442b3f8c0d90d470b398fdb74703ec7'/>
<id>urn:sha1:7e491092e442b3f8c0d90d470b398fdb74703ec7</id>
<content type='text'>
Olaf reports that this gave him a black screen.

Cc: Olaf Hering &lt;olaf@aepfle.de&gt;
Cc: "Antonino A. Daplas" &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] nvidia fbdev: fix powerpc xmon scribbles</title>
<updated>2006-10-03T15:04:13Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-10-03T08:15:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=70abac6e4f4bfb05a8198e22225f9e066239c7a2'/>
<id>urn:sha1:70abac6e4f4bfb05a8198e22225f9e066239c7a2</id>
<content type='text'>
xmon writes garbage on the screen because the nvidia console driver has
changed the line pitch from what the firmware set it to.  Fix it by making
the nvidia driver inform the btext engine (which xmon uses if the screen is
its output device) about changes to display resolution.

Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
Cc: "Antonino A. Daplas" &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] nvidiafb: Honor the return value of pci_enable_device</title>
<updated>2006-10-03T15:04:11Z</updated>
<author>
<name>Antonino A. Daplas</name>
<email>adaplas@gmail.com</email>
</author>
<published>2006-10-03T08:14:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7b566b1f7bdbbcfa8d11b8018c6dec5467f7c62b'/>
<id>urn:sha1:7b566b1f7bdbbcfa8d11b8018c6dec5467f7c62b</id>
<content type='text'>
Check the return value of pci_enable_device().

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] nvidiafb: Use generic DDC reading</title>
<updated>2006-10-03T15:04:09Z</updated>
<author>
<name>Antonino A. Daplas</name>
<email>adaplas@gmail.com</email>
</author>
<published>2006-10-03T08:14:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=346bc21026e7a92e1d7a4a1b3792c5e8b686133d'/>
<id>urn:sha1:346bc21026e7a92e1d7a4a1b3792c5e8b686133d</id>
<content type='text'>
Update driver to use generic DDC reading

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>PM: video drivers and PM_EVENT_PRETHAW</title>
<updated>2006-09-26T04:08:37Z</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2006-08-15T06:11:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c78a7c2dd913e68ce853d43edaba14eac91b2fd1'/>
<id>urn:sha1:c78a7c2dd913e68ce853d43edaba14eac91b2fd1</id>
<content type='text'>
Video drivers which explicitly test for messages reporting PM_EVENT_FREEZE
will now handle PM_EVENT_PRETHAW the same way.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Cc: "Rafael J. Wysocki" &lt;rjw@sisk.pl&gt;
Cc: Pavel Machek &lt;pavel@ucw.cz&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Merge branch 'linux-2.6'</title>
<updated>2006-09-13T21:07:18Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-09-13T21:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c547fc28ab3e8716076fdaf4bd0260c5d63a18f7'/>
<id>urn:sha1:c547fc28ab3e8716076fdaf4bd0260c5d63a18f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] backlight last round of fixes</title>
<updated>2006-09-01T18:39:10Z</updated>
<author>
<name>Benjamin Herrenschmidt</name>
<email>benh@kernel.crashing.org</email>
</author>
<published>2006-09-01T04:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a930363881c225fb52824145d1ba8f1a8c447dd8'/>
<id>urn:sha1:a930363881c225fb52824145d1ba8f1a8c447dd8</id>
<content type='text'>
Fix some more problems (inverted use of semaphores in some places).  He
also moved my checks into within the protected section which is better.

Signed-off-by: Michael Hanselmann &lt;linux-kernel@hansmi.ch&gt;
Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;
Cc: "Antonino A. Daplas" &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'merge'</title>
<updated>2006-08-31T05:45:48Z</updated>
<author>
<name>Paul Mackerras</name>
<email>paulus@samba.org</email>
</author>
<published>2006-08-31T05:45:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=aa43f77939c97bf9d3580c6a5e71a5a40290e451'/>
<id>urn:sha1:aa43f77939c97bf9d3580c6a5e71a5a40290e451</id>
<content type='text'>
</content>
</entry>
</feed>
