]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fix more radeon GART start calculation cases
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 27 Dec 2005 01:49:33 +0000 (12:49 +1100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Dec 2005 03:57:52 +0000 (19:57 -0800)
commit67dbb4ea33731415fe09c62149a34f472719ac1d
tree5d417d821fb181ce683c60dabcfa33d8c6f65fb8
parent5ab4a6c81eb3dbe32361791d1535f9153f79b0ed
[PATCH] Fix more radeon GART start calculation cases

As reported by Jules Villard <jvillard@ens-lyon.fr> and some others, the
recent GART aperture start reconfiguration causes problems on some
setups.

What I _think_ might be happening is that the X server is also trying to
muck around with the card memory map and is forcing it back into a wrong
setting that also happens to no longer match what the DRM wants to do
and blows up.  There are bugs all over the place in that code (and still
some bugs in the DRM as well anyway).

This patch attempts to avoid that by using the largest of the 2 values,
which I think will cause it to behave as it used to for you and will
still fix the problem with machines that have an aperture size smaller
than the video memory.

Acked-by: Jules Villard <jvillard@ens-lyon.fr>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/drm/radeon_cp.c