Searched refs:PanelX (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_driver.c642 if (GeodeGetFPGeometry(panelgeo, &pGeode->PanelX, &pGeode->PanelY))
652 Pnl_GetPanelInfoFromBIOS(&pGeode->PanelX, &pGeode->PanelY, &b,
867 GFX(set_fixed_timings(pGeode->PanelX, pGeode->PanelY,
873 GFX(set_panel_present(pGeode->PanelX, pGeode->PanelY,
1495 if (pMode->CrtcHDisplay > pGeode->PanelX ||
1497 gfx_is_panel_mode_supported(pGeode->PanelX,
H A Dgeode.h285 int PanelX; member in struct:_geodeRec
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_cursor.c89 if (psav->PanelX != pScrn->currentMode->HDisplay
H A Dsavage_driver.h378 int PanelX; /* panel width */ member in struct:_Savage
H A Dsavage_vbe.c194 if( !psav->PanelX )
H A Dsavage_streams.c487 PanelSizeX = psav->PanelX;
H A Dsavage_driver.c950 Mode = xf86CVTMode(psav->PanelX, psav->PanelY, 60.00, TRUE, FALSE);
1040 psav->PanelX = panelX;
3649 ((pMode->HDisplay > psav->PanelX) ||
4664 if ((psav->iResX < psav->PanelX || psav->iResY < psav->PanelY))

Completed in 2149 milliseconds