Searched refs:PanelType (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_output.h4 PanelType panelType;
31 xf86OutputPtr G80CreateSor(ScrnInfoPtr, ORNum, PanelType);
H A Dg80_type.h34 typedef enum PanelType { enum
37 } PanelType; typedef in typeref:enum:PanelType
H A Dg80_sor.c481 G80CreateSor(ScrnInfoPtr pScrn, ORNum or, PanelType panelType)
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dcen9211.c659 unsigned long PanelType; local in function:Centaurus_Get_9211_Details
672 PanelType = Centaurus_read_gpio(FOUR_BYTES, 0x430);
673 PanelType = Centaurus_read_gpio(FOUR_BYTES, 0x430);
674 if ((PanelType & 0xFFFF0000) == 0x92110000) {
678 if (PanelType >= 0x92110301)
680 else if ((PanelType >= 0x92110101) && (PanelType < 0x92110301))
691 PanelType = Centaurus_read_gpio(FOUR_BYTES, 0x438);
692 PanelType &= 0x00f8f8f8;
693 PanelType |
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dcen9211.c556 unsigned long PanelType; local in function:Centaurus_Get_9211_Details
569 PanelType = Centaurus_read_gpio(FOUR_BYTES, 0x430);
570 PanelType = Centaurus_read_gpio(FOUR_BYTES, 0x430);
571 if ((PanelType & 0xFFFF0000) == 0x92110000) {
575 if (PanelType >= 0x92110301)
577 else if ((PanelType >= 0x92110101) && (PanelType < 0x92110301))
589 PanelType = Centaurus_read_gpio(FOUR_BYTES, 0x438);
590 PanelType &= 0x00f8f8f8;
591 PanelType |
[all...]
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c1175 if (cPtr->PanelType & ChipsLCD) {
1883 /* XR51[1-0] or FR10[1:0] for ct65550 : PanelType, */
1888 cPtr->PanelType |= ChipsSS;
1891 cPtr->PanelType |= ChipsTFT;
1896 cPtr->PanelType |= ChipsDS;
1899 cPtr->PanelType |= ChipsDD;
1913 cPtr->PanelType |= ChipsLCD;
1916 cPtr->PanelType = ~ChipsLCD;
1921 if ((cPtr->PanelType & ChipsLCD) && (cPtr->PanelType
[all...]
H A Dct_driver.h323 CARD32 PanelType; member in struct:_CHIPSRec
H A Dct_video.c550 if ((!(cPtr->PanelType & ChipsLCD)) && (mode->Flags & V_INTERLACE))

Completed in 13 milliseconds