Lines Matching refs:xf86Screens
63181 This replaces some previous uses of direct xf86Screens[0] accesses.
74281 drivers use it to lookup xf86Screens, so let them stash a pScrn instead.
74365 more moving towards not abusing xf86Screens + screenInfo.
74392 This removes all xf86Screens usage from ddc code,
74419 int10/vbe: don't use xf86Screens. (ABI) (v3)
74423 This saves us using it to dereference xf86Screens.
74587 instead of an index into xf86Screens. This allows dropping more
74588 public dereferences of the xf86Screens and screenInfo.
75027 This just wraps all the obvious uses of xf86Screens[pScreen->myNum],
75045 The end goal is to remove xf86Screens and screenInfo from the ABI.
163780 In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema is
187628 Initialize xf86Screens[i]->pScreen to NULL so that RADEON driver doesn't