git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9d9c36
)
drm/radeon/kms: MC vram map needs to be >= pci aperture size
author
Alex Deucher
<alexdeucher@gmail.com>
Mon, 25 Oct 2010 23:44:00 +0000
(19:44 -0400)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 26 Oct 2010 00:26:41 +0000
(10:26 +1000)
The vram map in the radeon memory controller needs to be
>= the pci aperture size. Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=28402
The problematic cards in the above bug have 64 MB of vram,
but the pci aperture is 128 MB and the MC vram map was only
64 MB. This can lead to hangs.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r100.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/radeon/r100.c
Simple merge