Home | History | Annotate | Download | only in xorg-nouveau

Lines Matching refs:scrn

127     ScrnInfoPtr scrn = NULL;
180 scrn = xf86ConfigPciEntity(scrn, 0, entity_num, nouveau_xorg_pci_devices,
182 if (scrn != NULL) {
183 scrn->driverVersion = 1;
184 scrn->driverName = "nouveau";
185 scrn->name = "nouveau2";
186 scrn->Probe = NULL;
191 xorg_tracker_set_functions(scrn);
193 return scrn != NULL;