<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/video, branch v2.6.13</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.13</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-08-24T01:43:42Z</updated>
<entry>
<title>[PATCH] Kconfig fix (VGA console on arm/versatile)</title>
<updated>2005-08-24T01:43:42Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=51583cf108b27baf81c6db3ec718f932314986ea'/>
<id>urn:sha1:51583cf108b27baf81c6db3ec718f932314986ea</id>
<content type='text'>
VGA console doesn't exist (or build) on arm/versatile; dependency fixed.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] disable debug info in radeonfb old driver</title>
<updated>2005-08-18T19:53:57Z</updated>
<author>
<name>Michael Iatrou</name>
<email>m.iatrou@freemail.gr</email>
</author>
<published>2005-08-18T18:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6cbe9de7a4353d1a1b77887b5459ac5304c0984a'/>
<id>urn:sha1:6cbe9de7a4353d1a1b77887b5459ac5304c0984a</id>
<content type='text'>
This driver spams the user.

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] intelfb/fbdev: Save info-&gt;flags in a local variable</title>
<updated>2005-08-15T16:59:39Z</updated>
<author>
<name>Antonino A. Daplas</name>
<email>adaplas@gmail.com</email>
</author>
<published>2005-08-15T13:29:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3edea4833a1efcd43e1dff082bc8001fdfe74b34'/>
<id>urn:sha1:3edea4833a1efcd43e1dff082bc8001fdfe74b34</id>
<content type='text'>
Reported by: Pavel Kysilka (Bugzilla Bug 5059)

The intelfb driver does not keep resolution set with fbset after
switching to anot console and back.

Steps to reproduce:

  initial options: tty1,tty2 - 1024x768-60
  1) tty1 - fbset after booting (1024x768-60)
  2) tty1 - fbset 800x600-100
  tty1: 800x600-100
  3) swith to tty2, swith to tty1
  tty1: 1024x768-60 (the same resolution as default from kernel booting)

This bug is caused by intelfb unintentionally destroying info-&gt;flags in
set_par(). Therefore the flag, FBINFO_MISC_USEREVENT used to notify
fbcon of a mode change was cleared causing the above problem. This bug
though is not intelfb specific, as other drivers may also be affected.

The fix is to save info-&gt;flags in a local variable before calling any
of the driver hooks.  A more definitive fix (for post 2.6.13) is to
separate info-&gt;flags into one that is set by the driver and another that
is set by core fbdev/fbcon.

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] intelfb: Do not ioremap entire graphics aperture</title>
<updated>2005-08-15T16:53:34Z</updated>
<author>
<name>Sylvain Meyer</name>
<email>sylvain.meyer@worldonline.fr</email>
</author>
<published>2005-08-15T13:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6bd49341f2806168c877e12cefca77b93437bac2'/>
<id>urn:sha1:6bd49341f2806168c877e12cefca77b93437bac2</id>
<content type='text'>
Reported by: Pavel Kysilka (Bugzilla Bug 4738)

modprobe of intelfb results in the following error message:

	intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G chi
	intelfb: Version 0.9.2
	ACPI: PCI Interrupt 0000:00:02.0[A] -&gt; GSI 16 (level, low) -&gt; IRQ 16
	allocation failed: out of vmalloc space - use vmalloc=&lt;size&gt; to increase siz
	intelfb: Cannot remap FB region.

This will fail if the graphics aperture size is greater than 128 MB.

Fix is to ioremap only from the beginning of graphics aperture to the
end of the used framebuffer memory.

Signed-off-by: Sylvain Meyer &lt;sylvain.meyer@worldonline.fr&gt;
Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] ARM: 2846/1: proper handling of CKEN for pxafb</title>
<updated>2005-08-10T15:45:13Z</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2005-08-10T15:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8d3722667762af1490db18ba927386d3be89a32b'/>
<id>urn:sha1:8d3722667762af1490db18ba927386d3be89a32b</id>
<content type='text'>
Patch from Nicolas Pitre

Signed-off-by: Nicolas Pitre &lt;nico@cam.org&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/home/rmk/linux-2.6-arm</title>
<updated>2005-08-08T19:19:24Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-08-08T19:19:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b612cacb02f0fb58f07a9002c7719a901882718c'/>
<id>urn:sha1:b612cacb02f0fb58f07a9002c7719a901882718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] nvidiafb: Fix initial display corruption on certain laptops</title>
<updated>2005-08-08T18:46:24Z</updated>
<author>
<name>Antonino Daplas</name>
<email>adaplas@pol.net</email>
</author>
<published>2005-08-08T06:22:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=db6778db7eb1d974e1ae0da326530f09c13585ac'/>
<id>urn:sha1:db6778db7eb1d974e1ae0da326530f09c13585ac</id>
<content type='text'>
Reported by:Vincent Fortier (Bugzilla Bug 4768)

"At boot time the screen appears moved to the mid right portion of the actual
video pannel making the end of the line appears at the left edge...  It simply
looks like moved half way to the right"

His particular hardware has a display with an unusual dimension (1920x1200) but
unfortunately has no EDID block. None of the entries in the global mode
database is correct for this particular display, and it particularly has
difficulty scaling up 640x480 (the default startup mode of nvidiafb) to
1920x1200 which causes the above described problem.

1, Add 1920x1200 to the global mode database.

2. Let nvidiafb base the startup mode from the flatpanel dimensions only if the
  EDID block is absent, no boot mode parameter is specified by the user, and
  a flatpanel/LCD display is attached.

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] ARM: Make sa1100fb_display_dma_period() an inline function</title>
<updated>2005-08-07T13:20:26Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-08-07T13:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fc1df37e3b195cb73ecb14c30d41b7aace3f844a'/>
<id>urn:sha1:fc1df37e3b195cb73ecb14c30d41b7aace3f844a</id>
<content type='text'>
This function produces a warning when CPU_FREQ=n.  Since it's a very
simple calculation, make it inline instead of adding preprocessor
directives around it.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[PATCH] tridentfb: Fix scrolling artifacts during disk IO</title>
<updated>2005-08-01T17:07:53Z</updated>
<author>
<name>Antonino A. Daplas</name>
<email>adaplas@gmail.com</email>
</author>
<published>2005-08-01T15:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8d894c47975f7222c5537e450e71310b395488c7'/>
<id>urn:sha1:8d894c47975f7222c5537e450e71310b395488c7</id>
<content type='text'>
Reported by: Jochen Hein (Bugzilla Bug 4312)

When there is disk I/O happening, the framebuffer has a little snow on
the screen.  Once I/O has finished, no garbage remains on screen.

This bug was explained by: Knut Petersen

Most important is CRTC register 2f, signal quality is also improved for
higher vclk values by changing set_vclk() according to the X drivers and
cyblafb.c

The fix is to set the performance register (0x2f) with a more stable
value.

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] tridentfb: Fix scrolling artifacts if acceleration is enabled</title>
<updated>2005-08-01T17:07:13Z</updated>
<author>
<name>Antonino A. Daplas</name>
<email>adaplas@gmail.com</email>
</author>
<published>2005-08-01T15:46:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8dad46cf38c029248d1331b6a97b2999e0751cfa'/>
<id>urn:sha1:8dad46cf38c029248d1331b6a97b2999e0751cfa</id>
<content type='text'>
Reported by: Jochen Hein (Bugzilla Bug 4386)

booting leaves the end of long lines in the last line on screen when
scrolling.  When X is running, scrolling puts garbage on the screen
(looks like X data) Console switch fixes the screen.  Behaviour seems to
be identical with noaccel and without on the video=tridentfb parameter
in lilo.conf.

This bug was explained by: Knut_Petersen

Acceleration is broken for all BLADE 3D chips for all versions of kernel
2.6 except for 32bit modes.  Most important reason is that the u32 col
parameter of the graphics engine needs the color value replicated to all
u8 of the u32 (8bit modes) and to both u16 of the u32.

Fix color value passed to graphics engine, verified by the reporter.

Signed-off-by: Antonino Daplas &lt;adaplas@pol.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
