Searched refs:ddcWidthmm (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Helper.c854 int ddcWidthmm, ddcHeightmm; local in function:xf86SetDpi
865 ddcWidthmm = DDC->features.hsize * 10; /* 10mm in 1cm */
869 ddcWidthmm = ddcHeightmm = 0;
895 if (ddcWidthmm && ddcHeightmm) {
897 widthErr = abs(ddcWidthmm - pScrn->widthmm);
912 ddcWidthmm, ddcHeightmm, pScrn->widthmm,
917 else if (ddcWidthmm && ddcHeightmm) {
920 ddcWidthmm, ddcHeightmm);
921 pScrn->widthmm = ddcWidthmm;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Helper.c881 int ddcWidthmm, ddcHeightmm; local in function:xf86SetDpi
892 ddcWidthmm = DDC->features.hsize * 10; /* 10mm in 1cm */
895 ddcWidthmm = ddcHeightmm = 0;
920 if ( ddcWidthmm && ddcHeightmm ) {
922 widthErr = abs(ddcWidthmm - pScrn->widthmm);
935 ddcWidthmm,ddcHeightmm, pScrn->widthmm,pScrn->heightmm);
938 } else if ( ddcWidthmm && ddcHeightmm ) {
941 ddcWidthmm, ddcHeightmm );
942 pScrn->widthmm = ddcWidthmm;
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_driver.c1414 int ddcWidthmm = 0, ddcHeightmm = 0; local in function:XGIMergedFBSetDpi
1435 ddcWidthmm = max(DDC1->features.hsize, DDC2->features.hsize) * 10;
1440 ddcWidthmm = (DDC1->features.hsize + DDC2->features.hsize) * 10;
1450 ddcWidthmm = DDC1->features.hsize * 10;
1455 ddcWidthmm *= 2;
1465 ddcWidthmm = DDC2->features.hsize * 10;
1470 ddcWidthmm *= 2;
1512 else if (ddcWidthmm && ddcHeightmm) {
1516 xf86DrvMsg(pScrn1->scrnIndex, from, dsstr, ddcWidthmm, ddcHeightmm);
1517 pScrn1->widthmm = ddcWidthmm;
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c1654 int ddcWidthmm = 0, ddcHeightmm = 0; local in function:SiSMergedFBSetDpi
1673 ddcWidthmm = max(DDC1->features.hsize, DDC2->features.hsize) * 10;
1678 ddcWidthmm = (DDC1->features.hsize + DDC2->features.hsize) * 10;
1687 ddcWidthmm = DDC1->features.hsize * 10;
1692 ddcWidthmm *= 2;
1701 ddcWidthmm = DDC2->features.hsize * 10;
1706 ddcWidthmm *= 2;
1742 } else if(ddcWidthmm && ddcHeightmm) {
1746 xf86DrvMsg(pScrn1->scrnIndex, from, dsstr, ddcWidthmm, ddcHeightmm );
1747 pScrn1->widthmm = ddcWidthmm;
[all...]

Completed in 14 milliseconds