Searched refs:on (Results 1 - 12 of 12) sorted by relevance

/solaris-x11-s11/open-src/app/xdriinfo/
H A DMakefile39 SOURCE_PATCHES = compile-on-sparc.patch
/solaris-x11-s11/open-src/app/xlsatoms/
H A DMakefile3 # xlsatoms - utility to list atoms defined on a given X server
36 MODULE_DESC = the xlsatoms utility to list atoms defined on a given X server
/solaris-x11-s11/open-src/common/
H A DMakefile.options.oracle.com48 # like cairo that does strstr on VendorName to detect servers built
50 VENDOR_NAME = Oracle Corporation, based on X.Org Foundation sources
/solaris-x11-s11/open-src/app/xlswins/
H A DMakefile3 # xlswins - utility to list windows displayed on an X server
36 MODULE_DESC = the xlswins utility to list windows displayed on an X server
/solaris-x11-s11/open-src/lib/libxtrans/
H A Dinetv6.patch25 Solaris 9 shipped with IPv6 support based on the X.Org draft standard, which
/solaris-x11-s11/open-src/driver/xf86-input-hotkey/sun-src/
H A Dhotkey.c209 xf86MsgVerb(X_INFO, 3, "Posting keycode %d for keysym %x on device %s\n",
256 device->public.on = FALSE;
259 if (device->public.on)
268 device->public.on = TRUE;
278 if (!device->public.on)
287 device->public.on = FALSE;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DFSBwraps.psw206 % on stack
258 % (leave fontname and known on stack
301 % fontname known is still on the stack so...
304 % if blendedFont (the bool on the stack) is true, don't undefine things
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c208 Bool on; member in struct:_con_output
837 /* not on the list, can't clone */
845 /* Check if the output is to be turned on */
1086 * Reset other outputs based on this one using the best crtc
1397 con_outputs[i].on = False;
1434 con_outputs[ncon].on = True;
1450 con_outputs[ncon].on = False;
1485 i = con_outputs[2].on * 4 + con_outputs[1].on * 2 + con_outputs[0].on;
[all...]
/solaris-x11-s11/open-src/util/build-tools/
H A Dxmake35 my @pass_args; # arguments to pass on to the make we call
157 if ($p =~ m/on-line/) {
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_cp.c1216 /* Turn on bus mastering */
1296 /* Enable or disable PCI-E GART on the chip */
1297 static void radeon_set_pciegart(drm_radeon_private_t *dev_priv, int on) argument
1300 if (on) {
1325 /* Enable or disable PCI GART on the chip */
1326 static void radeon_set_pcigart(drm_radeon_private_t *dev_priv, int on) argument
1331 radeon_set_pciegart(dev_priv, on);
1337 if (on) {
1364 DRM_ERROR("Cannot initialise DRM on this card\n"
1583 DRM_INFO("Setting GART location based on ne
[all...]
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_display.c41 static void intel_crtc_update_cursor(struct drm_crtc *crtc, bool on);
434 * Returns whether any output on the specified pipe is of the specified type
474 /* XXX: We may need to be checking "Dot clock" depending on the multiplier,
494 * For LVDS just rely on its current settings for dual-channel.
555 * For LVDS just rely on its current settings for dual-channel.
630 /* based on hardware requirement prefer smaller n to precision */
632 /* based on hardware requirement prefer larger m1,m2 */
681 /* based on hardware requirement, prefer smaller n to precision */
689 /* based on hardware requirement, prefer bigger m1,m2 values */
749 * intel_wait_for_vblank - wait for vblank on
6484 intel_crtc_update_cursor(struct drm_crtc *crtc, bool on) argument
[all...]
H A Di915_drv.h151 int active; /* count of number of active CRTCs (i.e. DPMS on) */
152 bool on; /* is the PLL actually active? Disabled during modeset */ member in struct:intel_shared_dpll
194 * 1.6: - New ioctl for scheduling buffer swaps on vertical blank
195 * - Support vertical blank on secondary display pipe
360 * Returns true on success, false on failure.
541 FBC_BAD_PLANE, /* fbc not supported on plane */
828 * mappings on resume */
852 * A reference is held on the buffer while on thi
[all...]

Completed in 64 milliseconds