drm/radeon/kms: fix RS600 MC setup.
authorDave Airlie <airlied@redhat.com>
Mon, 7 Dec 2009 03:29:51 +0000 (13:29 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Dec 2009 03:29:51 +0000 (13:29 +1000)
commit64bffd03756249e11b8651ccf33ac3a50a93ed4c
tree70201e8aaab4131bf94ed6d17e20a9c857c87b37
parent4f15d24adb39803ba7b9363d0bb5dd714a6706f6
drm/radeon/kms: fix RS600 MC setup.

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 just in case as its what the DDX does.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/rs600.c