diff options
Diffstat (limited to 'src/radeon_video.c')
-rw-r--r-- | src/radeon_video.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c index d079c898..4512e472 100644 --- a/src/radeon_video.c +++ b/src/radeon_video.c @@ -895,6 +895,9 @@ RADEONAllocAdaptor(ScrnInfoPtr pScrn) /* Initialize I2C bus */ RADEONInitI2C(pScrn, pPriv); if(pPriv->i2c != NULL)RADEON_board_setmisc(pPriv); + + /* Initialize VIP bus */ + RADEONVIP_init(pScrn, pPriv); #if 0 /* this is just here for easy debugging - normally off */ xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Scanning I2C Bus\n"); |