Lines Matching refs:vtSema
39939 Skip SetCursor when vtSema is FALSE.
39943 2) VT switched away from X : vtSema becomes FALSE.
39947 the cursor. This sets isUp to TRUE and as vtSema is FALSE saved data
39949 4) VT switched to X : vtSema becomes TRUE. xf86Cursor enable fb access
39953 This results to momentary garbage data on screen. Hence when !vtSema
57747 Wrap accesses to xf86SetViewport() with if (vtSema) { ... } to avoid that.
151205 Fail CRTC configuration if !vtSema
151207 Unless we check for vtSema before calling into the CRTC and output callbacks,
151209 crash. So if we don't have vtSema, return FALSE to the caller, indicating that
161748 suitable vtSema checks to avoid invoking driver code while the X server is
163616 Skip driver mode detection/configuration when !vtSema.
163780 In NewInputDeviceRequest, only call EnableDevice if xf86Screens[0]->vtSema is
178928 pointer when a cursor is set and vtSema is FALSE.
183514 Check vtSema before accelerating primitives and sync in fallbacks only if
183515 we got vtSema
188141 Added vtSema to protect call of driver DPMS function.