https://bugs.freedesktop.org/show_bug.cgi?id=28402
Alex Deucher agd5f@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #39595|0 |1 is obsolete| |
--- Comment #85 from Alex Deucher agd5f@yahoo.com 2010-10-23 06:56:27 PDT --- Created an attachment (id=39651) View: https://bugs.freedesktop.org/attachment.cgi?id=39651 Review: https://bugs.freedesktop.org/review?bug=28402&attachment=39651
Make sure MC vram map is >= pci aperture size
Ok, I think I found the root cause in this bug. The vram map in the memory controller needs to be >= the pci aperture size. For the systems here, the vram size is 64 MB and the aperture size is 128 MB so the vram map in the mc needs to be at least 128 MB. However, it's getting set to 64 MB.
dri-devel@lists.freedesktop.org