diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-11-21 02:24:48 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-11-21 02:24:48 -0500 |
commit | a12390c832abe423def60e39cd5a9118e5910339 (patch) | |
tree | 8c4267cb613ce9a3cc37c8c82787693a48a2be8b | |
parent | d5317922f29a57b6c4127826a2fc126c5fd7c117 (diff) | |
parent | e74dca19416b13f97db9d1fc06299b988057d6a4 (diff) |
Merge branch 'atombios-support' of git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into atombios-support
-rw-r--r-- | src/radeon_driver.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index b8da9892..8a798319 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1683,21 +1683,11 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn) if (info->ChipFamily >= CHIP_FAMILY_R600) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "R600 support is mostly incomplete and very experimental\n"); - if (info->IsMobility) { - xf86DrvMsg(pScrn->scrnIndex, X_WARNING, - "R600 mobility support is incomplete. You need to force enable it in the code for testing until developers are sure about it.\n"); - return FALSE; - } } if ((info->ChipFamily >= CHIP_FAMILY_RV515) && (info->ChipFamily < CHIP_FAMILY_R600)) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "R500 support is under development. Please report any issues to xorg-driver-ati@lists.x.org\n"); - if (info->IsMobility) { - xf86DrvMsg(pScrn->scrnIndex, X_WARNING, - "R500 mobility support is incomplete. You need to force enable it in the code for testing until developers are sure about it.\n"); - return FALSE; - } } from = X_PROBED; |