Searched refs:PanelType (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | g80_output.h | 4 PanelType panelType; 31 xf86OutputPtr G80CreateSor(ScrnInfoPtr, ORNum, PanelType);
|
| H A D | g80_type.h | 34 typedef enum PanelType { enum 37 } PanelType; typedef in typeref:enum:PanelType
|
| H A D | g80_sor.c | 481 G80CreateSor(ScrnInfoPtr pScrn, ORNum or, PanelType panelType)
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/panel/ |
| H A D | cen9211.c | 659 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 D | cen9211.c | 556 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 D | ct_driver.c | 1175 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 D | ct_driver.h | 323 CARD32 PanelType; member in struct:_CHIPSRec
|
| H A D | ct_video.c | 550 if ((!(cPtr->PanelType & ChipsLCD)) && (mode->Flags & V_INTERLACE))
|
Completed in 13 milliseconds