Commit 2cb43aa0 authored by James Simmons's avatar James Simmons

[RADEON FBDEV] Detect 8 Megs of RAM not 8 Kilobytes.

parent f31521dd
......@@ -2949,7 +2949,7 @@ static int radeonfb_pci_register (struct pci_dev *pdev,
switch (pdev->device) {
case PCI_DEVICE_ID_ATI_RADEON_LY:
case PCI_DEVICE_ID_ATI_RADEON_LZ:
rinfo->video_ram = 8192;
rinfo->video_ram = 8192 * 1024;
break;
default:
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment