Re: [PATCH] drm/radeon/kms: fix RS600 MC setup.

2009-12-06 Thread Alex Deucher
On Sun, Dec 6, 2009 at 10:31 PM, Dave Airlie wrote: > From: Dave Airlie > > Again we try to put VRAM at 0, and it didn't work on this chipset, > reports of corrupt RAM appeared on irc and bugzilla. > > Fix the vram location according to what the BIOS setup, I'm not 100% > sure we don't need the s

[PATCH] drm/radeon/kms: fix RS600 MC setup.

2009-12-06 Thread Dave Airlie
From: Dave Airlie Again we try to put VRAM at 0, and it didn't work on this chipset, reports of corrupt RAM appeared on irc and bugzilla. Fix the vram location according to what the BIOS setup, I'm not 100% sure we don't need the same thing on rs690/rs780/rs880, we probably should do it there ju