Searched refs:display (Results 1 - 25 of 41) sorted by relevance

12

/solaris-x11-s11/open-src/app/cmap_alloc/sun-src/
H A Dcmap_alloc.c67 Display *display; local
73 /* Try to open the display */
74 if ((display = XOpenDisplay(display_name)) == NULL) {
75 (void)fprintf(stderr, "Error %s: can't open display \"%s\".\n",
82 for (screen = 0; screen < ScreenCount(display); screen++)
83 alloc_cmaps_for_screen(display, screen);
85 alloc_cmaps_for_screen(display, DefaultScreen(display));
91 XSetCloseDownMode(display, RetainPermanent);
93 XCloseDisplay(display);
[all...]
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c73 Display *display; member in struct:_DisplayInfoRec
82 /* If a display is in displayList, it means that we have looked to see if
83 the extension exists on the display. If context is not NULL, the
84 display has a default context associated with it. */
88 static DisplayInfo LookupDisplayInfo(Display *display);
115 /* May only be called for a display in the display list. */
118 Display *display,
128 c->displayInfo = LookupDisplayInfo(display);
133 Display *display,
117 LookupContext( Display *display, DPSContext context) argument
132 AllocDisplayInfo( Display *display, DPSContext context) argument
159 FindDisplayInfo(Display *display) argument
167 LookupDisplayInfo(Display *display) argument
472 Display *display; local
495 XDPSGetSharedContext(Display *display) argument
555 XDPSFreeDisplayInfo(Display *display) argument
615 XDPSExtensionPresent(Display *display) argument
[all...]
/solaris-x11-s11/open-src/app/showfont/
H A DMakefile3 # showfont - utility to display data about a font from an X font server
36 MODULE_DESC = the showfont font server data display utility
/solaris-x11-s11/open-src/app/xlogo/
H A DMakefile3 # xlogo - simple application to display the X Window System logo
47 MODULE_DESC = the xlogo application to display the X Window System logo
/solaris-x11-s11/open-src/app/xvinfo/
H A DMakefile3 # xvinfo - utility to display X-Video extension adaptor information
42 MODULE_DESC = the xvinfo utility to display X-Video extension adaptor information
/solaris-x11-s11/open-src/app/dsession/sun-src/
H A Ddsession.c57 int display; member in struct:__anon15
66 int display; member in struct:__anon16
283 if (dsession_mgr_table[index].display == -1)
287 printf("\tdisplay = :%d\n", dsession_mgr_table[index].display);
433 } else if (strncmp(buf, "\tx11-display = ",
434 sizeof ("\tx11-display = ") - 1) == 0) {
437 if (strncmp(&buf[sizeof ("\tx11-display = ") - 1], "''",
439 ck_sessions[session_num].display = -1;
442 if (sscanf(buf, "\tx11-display = ':%d'",
444 ck_sessions[session_num].display
570 char display[8]; local
934 int display; local
1151 int display = -1; local
[all...]
/solaris-x11-s11/open-src/driver/efb/sun-src/src/
H A Defb_driver.c366 // display modes have precedence
368 if (pScrn->display->modes[0] != NULL) {
373 for (mm = 0; pScrn->display->modes[mm] != NULL && !found; mm++) {
374 modes = pScrn->display->modes[mm];
515 // do the output configuration here only if dual display is enabled
532 if (pScrn->display->modes[0] != NULL) {
536 for (mm = 0; pScrn->display->modes[mm] != NULL && !found; mm++) {
537 modes = pScrn->display->modes[mm];
539 free(pScrn->display->modes[mm]);
540 pScrn->display
[all...]
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DXPanoramiX.c300 Bool XineramaGetState(Display * display, int screen_number) argument
302 XExtDisplayInfo *info = find_display (display);
317 if (XPanoramiXQueryVersion(display, &maj, &min) == 0) {
321 return XineramaIsActive(display);
328 Status XineramaGetInfo(Display * display, int screen_number, XRectangle * argument
339 if(!XineramaGetState(display, screen_number))
342 if (XPanoramiXQueryVersion(display, &maj, &min) == 0) {
349 xsi = XineramaQueryScreens(display, &framebuffercount);
371 XPanoramiXGetScreenCount(display, win, &panoramiX_info);
390 if(!XGetXineramaInfo(display,screen_numbe
474 XineramaGetCenterHint(Display* display, int screen_number, int* xret, int* yret) argument
[all...]
/solaris-x11-s11/open-src/app/winsysck/sun-src/
H A Dmain.c28 * usage: winsysck [ -va ] [ -display display_name ] protocol [...]
35 * -display display_name
36 * use the display display_name for X11 connections instead of
75 "[-va] [-display display_name] [-timeout seconds] protocol [...]",
121 if (!strcmp(argv[1], "-display")) {
175 static Display *display=NULL; variable
190 display=XOpenDisplay(display_name);
193 return((display != NULL));
198 XCloseDisplay(display);
/solaris-x11-s11/open-src/app/xprop/
H A DMakefile3 # xprop - utility to display X11 window and font properties
32 MODULE_DESC = the xprop utility to display X11 window and font properties
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/
H A DdpsXshare.h75 display. It does not destroy the previous shared context for the
76 display, if any.
82 /* XDPSGetSharedContext returns the shared context for its display. If no
84 if the display does not support the DPS extension. The context is
89 extern DPSContext XDPSGetSharedContext(Display *display);
91 /* XDPSDestroySharedContext destroys the shared context for a display.
102 /* XDPSFreeDisplayInfo frees the stored display info for a display */
104 extern void XDPSFreeDisplayInfo(Display *display);
224 /* XDPSExtensionPresent returns whether or not the display support
[all...]
H A DXDPSlib.h279 Display *display; /* Display the event was read from. */ member in struct:_XDPSLOutputEvent
290 Display *display; /* Display the event was read from. */ member in struct:_XDPSLStatusEvent
299 Display *display; /* Display the event was read from. */ member in struct:_XDPSLReadyEvent
/solaris-x11-s11/open-src/app/xcolor/
H A DMakefile3 # xcolor - utility to display used & available entries in PseudoColor colormaps
36 MODULE_DESC = the xcolor colormap display program
/solaris-x11-s11/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.h127 void mvInit(Display *display, int screen, XVisualInfo *visuals, int numVisual,
130 void mvInit(Display *display, int screen, XVisualInfo *visuals, int numVisual);
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c316 if (!dev_priv->display.fbc_enabled)
319 return dev_priv->display.fbc_enabled(dev);
335 dev_priv->display.enable_fbc(work->crtc,
389 if (!dev_priv->display.enable_fbc)
396 dev_priv->display.enable_fbc(crtc, interval);
414 * display to settle before starting the compression. Note that
433 if (!dev_priv->display.disable_fbc)
436 dev_priv->display.disable_fbc(dev);
805 * FIFO underruns and display "flicker").
1032 * @pixel_size: display pixe
1162 g4x_compute_wm0(struct drm_device *dev, int plane, const struct intel_watermark_params *display, int display_latency_ns, const struct intel_watermark_params *cursor, int cursor_latency_ns, int *plane_wm, int *cursor_wm) argument
1220 g4x_check_srwm(struct drm_device *dev, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument
1248 g4x_compute_srwm(struct drm_device *dev, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *display_wm, int *cursor_wm) argument
1696 ironlake_check_srwm(struct drm_device *dev, int level, int fbc_wm, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument
1743 ironlake_compute_srwm(struct drm_device *dev, int level, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *fbc_wm, int *display_wm, int *cursor_wm) argument
2656 sandybridge_compute_sprite_wm(struct drm_device *dev, int plane, uint32_t sprite_width, int pixel_size, const struct intel_watermark_params *display, int display_latency_ns, int *sprite_wm) argument
2688 sandybridge_compute_sprite_srwm(struct drm_device *dev, int plane, uint32_t sprite_width, int pixel_size, const struct intel_watermark_params *display, int latency_ns, int *sprite_wm) argument
[all...]
H A Dintel_display.c802 * wait for the display line value to settle (it usually
829 /* Wait for the display line to settle */
1678 * or we might hang the display.
1698 * trigger in order to latch. The display address reg provides this.
1710 * intel_enable_plane - enable a display plane on a given pipe
1737 * intel_disable_plane - disable a display plane
2068 if (dev_priv->display.disable_fbc)
2069 dev_priv->display.disable_fbc(dev);
2072 return dev_priv->display.update_plane(crtc, fb, x, y);
2107 dev_priv->display
[all...]
/solaris-x11-s11/open-src/app/xlock/sun-src/
H A Dresource.c173 {"-display", ".display", XrmoptionSepArg, (caddr_t) NULL},
194 {"-display displayname", "X server to contact"},
221 const char *display; variable
564 if (display != NULL) {
565 char *colon = strrchr(display, ':');
566 int n = colon - display;
569 error("Malformed -display argument, \"%s\"\n", display);
578 && strncmp(display, "uni
[all...]
H A Dxlock.h64 extern const char *display;
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXtdisp.c70 for (d = dpyProcList; d != NULL && d->dpy != event->xany.display;
H A DXstreams.h81 int display; member in struct:__anon253
213 * 4th int: the display number.
H A DDPSCAPproto.h73 CARD16 display B16; /* Display number */
H A DdpsXclient.c400 (void) sprintf (m, "%sBroken display connection %d.%s",
446 "%sRecursive wait for return values, display 0x%x.%s",
903 DPSPrivContext c = (DPSPrivContext) XDPSContextFromXID(e->display, e->cxid);
923 DPSPrivContext c = (DPSPrivContext) XDPSContextFromXID(e->display, e->cxid);
998 Display *d = event->xany.display;
1002 if (c == NULL) return False; /* Not inited on that display;
1026 Display *d = event->xany.display;
1030 if (c == NULL) return False; /* Not inited on that display;
1048 Display *d = event->xany.display;
1051 if (c == NULL) return False; /* Not inited on that display;
[all...]
/solaris-x11-s11/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c68 Display *display; member in struct:_IAExtDisplayInfo
131 if (di->display == dpy) {
164 if (di->display == dpy) {
172 di->display = dpy;
/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessXproto.h332 Display *display; member in struct:__anon13
/solaris-x11-s11/open-src/app/xdm/
H A DMakefile32 MODULE_PKGNAME=system/display-manager/xdm

Completed in 69 milliseconds

12