diff options
author | Dave Airlie <airlied@linux.ie> | 2007-03-04 19:11:34 +1100 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2007-03-04 19:11:34 +1100 |
commit | e1e55b533d3ae528c8da37dcb77ed906d05697fb (patch) | |
tree | f28fa482f9ff88ee0673eb27bfdc0b73fd45684e /src/radeon_exa.c | |
parent | 4374895d393bf170134ccffc188521fe515d5a77 (diff) |
radeon: add option to set pci aperture size from config file
This requires a drm > 1.26 to work
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index 8dd13f2..f9bcace 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -430,7 +430,7 @@ Bool RADEONSetupMemEXA (ScreenPtr pScreen) if (info->cardType==CARD_PCIE) xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Will use %d kb for PCI GART at offset 0x%08x\n", - RADEON_PCIGART_TABLE_SIZE / 1024, + info->pciGartSize / 1024, (int)info->pciGartOffset); /* Reserve a static area for the back buffer the same size as the |