Lines Matching refs:theatre
68 | ( (pPriv->theatre !=NULL)?(FORMAT_CCIR656<<23):(FORMAT_BROOKTREE<<23)) \
76 | ( (pPriv->theatre !=NULL)?(FORMAT_CCIR656<<23):(FORMAT_BROOKTREE<<23)) \
1364 if(pPriv->theatre != NULL) {
1365 xf86_InitTheatre(pPriv->theatre);
1366 /* xf86_ResetTheatreRegsForNoTVout(pPriv->theatre); */
1383 pPriv->theatre = NULL;
1399 pPriv->theatre=xf86_DetectTheatre(pPriv->VIP);
1401 if(pPriv->theatre==NULL)return;
1404 t=pPriv->theatre;
1461 free(pPriv->theatre);
1462 pPriv->theatre = NULL;
1583 * Now load the correspondind theatre chip based on what has been detected.
1585 if (pPriv->theatre)
1587 xf86DrvMsg(pScrn->scrnIndex,X_INFO,"Going to load the corresponding theatre module\n");
1588 switch (pPriv->theatre->theatre_id)
1592 if(!xf86LoadSubModule(pScrn,"theatre"))
1595 free(pPriv->theatre);
1605 free(pPriv->theatre);
1608 pPriv->theatre->microc_path = info->RageTheatreMicrocPath;
1609 pPriv->theatre->microc_type = info->RageTheatreMicrocType;
1615 free(pPriv->theatre);
1621 if(pPriv->theatre!=NULL)
1623 xf86_InitTheatre(pPriv->theatre);
1624 if(pPriv->theatre->mode == MODE_UNINITIALIZED)
1626 free(pPriv->theatre);
1627 pPriv->theatre = NULL;
1634 if(pPriv->theatre!=NULL){
1635 xf86_ResetTheatreRegsForNoTVout(pPriv->theatre);
1636 xf86_RT_SetTint(pPriv->theatre, pPriv->dec_hue);
1637 xf86_RT_SetSaturation(pPriv->theatre, pPriv->dec_saturation);
1638 xf86_RT_SetSharpness(pPriv->theatre, RT_NORM_SHARPNESS);
1639 xf86_RT_SetContrast(pPriv->theatre, pPriv->dec_contrast);
1640 xf86_RT_SetBrightness(pPriv->theatre, pPriv->dec_brightness);
1688 if(pPriv->theatre != NULL) {
1892 if(pPriv->theatre!=NULL) xf86_RT_SetBrightness(pPriv->theatre, pPriv->dec_brightness);
1899 if(pPriv->theatre != NULL)xf86_RT_SetSaturation(pPriv->theatre, value);
1904 if(pPriv->theatre != NULL)xf86_RT_SetContrast(pPriv->theatre, value);
1909 if(pPriv->theatre != NULL)xf86_RT_SetTint(pPriv->theatre, value);
1916 if(pPriv->theatre != NULL) RADEON_RT_SetEncoding(pScrn, pPriv);
1931 /* if(pPriv->theatre != NULL) RADEON_RT_SetEncoding(pScrn, pPriv); */
3672 OUTREG(RADEON_CAP0_PORT_MODE_CNTL, (pPriv->theatre!=NULL)? 1: 0);
3675 if(pPriv->theatre != NULL)
3799 xf86_RT_SetConnector(pPriv->theatre,DEC_COMPOSITE, 0);
3800 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL);
3804 xf86_RT_SetConnector(pPriv->theatre,DEC_TUNER,0);
3805 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL);
3809 xf86_RT_SetConnector(pPriv->theatre,DEC_SVIDEO,0);
3810 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL);
3814 xf86_RT_SetConnector(pPriv->theatre, DEC_COMPOSITE,0);
3815 xf86_RT_SetStandard(pPriv->theatre,DEC_NTSC | extNONE);
3819 xf86_RT_SetConnector(pPriv->theatre, DEC_TUNER, 0);
3820 xf86_RT_SetStandard(pPriv->theatre,DEC_NTSC | extNONE);
3824 xf86_RT_SetConnector(pPriv->theatre, DEC_SVIDEO, 0);
3825 xf86_RT_SetStandard(pPriv->theatre,DEC_NTSC | extNONE);
3829 xf86_RT_SetConnector(pPriv->theatre, DEC_COMPOSITE, 0);
3830 xf86_RT_SetStandard(pPriv->theatre,DEC_SECAM | extNONE);
3834 xf86_RT_SetConnector(pPriv->theatre, DEC_TUNER, 0);
3835 xf86_RT_SetStandard(pPriv->theatre,DEC_SECAM | extNONE);
3839 xf86_RT_SetConnector(pPriv->theatre, DEC_SVIDEO, 0);
3840 xf86_RT_SetStandard(pPriv->theatre,DEC_SECAM | extNONE);
3844 xf86_RT_SetConnector(pPriv->theatre,DEC_COMPOSITE, 0);
3845 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL_60);
3849 xf86_RT_SetConnector(pPriv->theatre,DEC_TUNER,0);
3850 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL_60);
3854 xf86_RT_SetConnector(pPriv->theatre,DEC_SVIDEO,0);
3855 xf86_RT_SetStandard(pPriv->theatre,DEC_PAL | extPAL_60);
3862 xf86_RT_SetInterlace(pPriv->theatre, 1);
3865 xf86_RT_SetOutputVideoSize(pPriv->theatre, width, height*2, 0, pPriv->capture_vbi_data);