diff options
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r-- | src/radeon_video.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c index 21d0c305..b9b479f0 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -1394,14 +1394,12 @@ RADEONAllocAdaptor(ScrnInfoPtr pScrn) xf86DrvMsg(pScrn->scrnIndex, X_INFO, " found device at address 0x%02x\n", i); #endif - /* Initialize VIP bus */ - RADEONVIP_init(pScrn, pPriv); - /* resetting the VIP bus causes problems with some mobility chips. * we don't support video in on any mobility chips at the moment anyway */ + /* Initialize VIP bus */ if (!info->IsMobility) - RADEONVIP_reset(pScrn, pPriv); + RADEONVIP_init(pScrn, pPriv); info->adaptor = adapt; |