Lines Matching defs:native
90 DisplayModePtr native = pPriv->nativeMode;
92 // Ignore modes larger than the native res.
93 if (mode->HDisplay > native->HDisplay || mode->VDisplay > native->VDisplay)
203 DisplayModePtr native = pPriv->nativeMode;
205 if(native && pPriv->scale != G80_SCALE_OFF) {
206 G80SorSetModeBackend(adjusted_mode, native);
225 // Find the preferred mode and use that as the "native" mode.
501 "Failed to find LVDS native mode\n");
506 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "%s native size %dx%d\n",