Comment 14 for bug 562843

Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote : Re: [Lucid] [drm:rs400_gart_adjust_size] *ERROR* Forcing to 32M GART size (because of ASIC bug ?)

From the kernel source (a 2.6.34-rc3 actually, not the current ubuntu)

------------------
  if (rdev->family == CHIP_RS400 || rdev->family == CHIP_RS480) {
                /* FIXME: RS400 & RS480 seems to have issue with GART size
                 * if 4G of system memory (needs more testing) */
                rdev->mc.gtt_size = 32 * 1024 * 1024;
                DRM_ERROR("Forcing to 32M GART size (because of ASIC bug ?)\n");
--------------------