Lines Matching refs:theatre
68 | ( (pPriv->theatre !=NULL)?(FORMAT_CCIR656<<23):(FORMAT_BROOKTREE<<23)) \
76 | ( (pPriv->theatre !=NULL)?(FORMAT_CCIR656<<23):(FORMAT_BROOKTREE<<23)) \
1366 if(pPriv->theatre != NULL) {
1367 xf86_InitTheatre(pPriv->theatre);
1368 /* xf86_ResetTheatreRegsForNoTVout(pPriv->theatre); */
1385 pPriv->theatre = NULL;
1392 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "no multimedia table present, disabling Rage Theatre.\n");
1396 /* Go and find Rage Theatre, if it exists */
1399 xf86DrvMsg(pScrn->scrnIndex,X_INFO,"Detected Radeon Mobility, not scanning for Rage Theatre\n");
1401 pPriv->theatre=xf86_DetectTheatre(pPriv->VIP);
1403 if(pPriv->theatre==NULL)return;
1406 t=pPriv->theatre;
1440 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Rage Theatre: Connectors (detected): tuner=%u, composite=%u, svideo=%u\n",
1461 "Unsupported reference clock frequency, Rage Theatre disabled\n");
1463 free(pPriv->theatre);
1464 pPriv->theatre = NULL;
1579 xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Unable to load Rage Theatre detect module\n");
1585 * Now load the correspondind theatre chip based on what has been detected.
1587 if (pPriv->theatre)
1589 xf86DrvMsg(pScrn->scrnIndex,X_INFO,"Going to load the corresponding theatre module\n");
1590 switch (pPriv->theatre->theatre_id)
1594 if(!xf86LoadSubModule(pScrn,"theatre"))
1596 xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Unable to load Rage Theatre module\n");
1597 free(pPriv->theatre);
1606 xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Unable to load Rage Theatre module\n");
1607 free(pPriv->theatre);
1610 pPriv->theatre->microc_path = info->RageTheatreMicrocPath;
1611 pPriv->theatre->microc_type = info->RageTheatreMicrocType;
1616 xf86DrvMsg(pScrn->scrnIndex,X_ERROR,"Unknown Theatre chip\n");
1617 free(pPriv->theatre);
1623 if(pPriv->theatre!=NULL)
1625 xf86_InitTheatre(pPriv->theatre);
1626 if(pPriv->theatre->mode == MODE_UNINITIALIZED)
1628 free(pPriv->theatre);
1629 pPriv->theatre = NULL;
1630 xf86DrvMsg(pScrn->scrnIndex,X_INFO,"Rage Theatre disabled\n");
1636 if(pPriv->theatre!=NULL){
1637 xf86_ResetTheatreRegsForNoTVout(pPriv->theatre);
1638 xf86_RT_SetTint(pPriv->theatre, pPriv->dec_hue);
1639 xf86_RT_SetSaturation(pPriv->theatre, pPriv->dec_saturation);
1640 xf86_RT_SetSharpness(pPriv->theatre, RT_NORM_SHARPNESS);
1641 xf86_RT_SetContrast(pPriv->theatre, pPriv->dec_contrast);
1642 xf86_RT_SetBrightness(pPriv->theatre, pPriv->dec_brightness);
1690 if(pPriv->theatre != NULL) {
1894 if(pPriv->theatre!=NULL) xf86_RT_SetBrightness(pPriv->theatre, pPriv->dec_brightness);
1901 if(pPriv->theatre != NULL)xf86_RT_SetSaturation(pPriv->theatre, value);
1906 if(pPriv->theatre != NULL)xf86_RT_SetContrast(pPriv->theatre, value);
1911 if(pPriv->theatre != NULL)xf86_RT_SetTint(pPriv->theatre, value);
1918 if(pPriv->theatre != NULL) RADEON_RT_SetEncoding(pScrn, pPriv);
1933 /* if(pPriv->theatre != NULL) RADEON_RT_SetEncoding(pScrn, pPriv); */
3599 /* I have suspicion that capture engine must be active _before_ Rage Theatre
3674 OUTREG(RADEON_CAP0_PORT_MODE_CNTL, (pPriv->theatre!=NULL)? 1: 0);
3677 if(pPriv->theatre != NULL)
3801 xf86_RT_SetConnector(pPriv->theatre,DEC_COMPOSITE, 0);
3802 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL);
3806 xf86_RT_SetConnector(pPriv->theatre,DEC_TUNER,0);
3807 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL);
3811 xf86_RT_SetConnector(pPriv->theatre,DEC_SVIDEO,0);
3812 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL);
3816 xf86_RT_SetConnector(pPriv->theatre, DEC_COMPOSITE,0);
3817 xf86_RT_SetStandard(pPriv->theatre,DEC_NTSC | extNONE);
3821 xf86_RT_SetConnector(pPriv->theatre, DEC_TUNER, 0);
3822 xf86_RT_SetStandard(pPriv->theatre,DEC_NTSC | extNONE);
3826 xf86_RT_SetConnector(pPriv->theatre, DEC_SVIDEO, 0);
3827 xf86_RT_SetStandard(pPriv->theatre,DEC_NTSC | extNONE);
3831 xf86_RT_SetConnector(pPriv->theatre, DEC_COMPOSITE, 0);
3832 xf86_RT_SetStandard(pPriv->theatre,DEC_SECAM | extNONE);
3836 xf86_RT_SetConnector(pPriv->theatre, DEC_TUNER, 0);
3837 xf86_RT_SetStandard(pPriv->theatre,DEC_SECAM | extNONE);
3841 xf86_RT_SetConnector(pPriv->theatre, DEC_SVIDEO, 0);
3842 xf86_RT_SetStandard(pPriv->theatre,DEC_SECAM | extNONE);
3846 xf86_RT_SetConnector(pPriv->theatre,DEC_COMPOSITE, 0);
3847 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL_60);
3851 xf86_RT_SetConnector(pPriv->theatre,DEC_TUNER,0);
3852 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL_60);
3856 xf86_RT_SetConnector(pPriv->theatre,DEC_SVIDEO,0);
3857 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL_60);
3864 xf86_RT_SetInterlace(pPriv->theatre, 1);
3867 xf86_RT_SetOutputVideoSize(pPriv->theatre, width, height*2, 0, pPriv->capture_vbi_data);