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

123456789

/freebsd-10-stable/sys/pc98/include/pc/
H A Ddisplay.h31 #include <i386/pc/display.h>
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dimx25-eukrea-mbimxsd25-baseboard-dvi-svga.dts20 dvi_svga: display {
26 display-timings {
43 display = <&dvi_svga>;
H A Dimx25-eukrea-mbimxsd25-baseboard-dvi-vga.dts20 dvi_vga: display {
26 display-timings {
43 display = <&dvi_vga>;
H A Dimx6dl-tx6dl-comtft.dts21 display = &display;
46 display: display@di0 {
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
H A Dimx6q-tx6q-1010-comtft.dts21 display = &display;
46 display: display@di0 {
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
H A Dimx6q-tx6q-1020-comtft.dts21 display = &display;
46 display: display@di0 {
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
H A Dimx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dts20 cmo_qvga: display {
26 display-timings {
69 display = <&cmo_qvga>;
H A Dvt8500-bv07.dts18 display-timings {
H A Dwm8505-ref.dts18 display-timings {
H A Dwm8650-mid.dts19 display-timings {
H A Datlas6-evb.dts60 display: display@0 {
H A Dimx6dl-aristainetos_7.dts24 display0: display@di0 {
25 compatible = "fsl,imx-parallel-display";
31 display-timings {
H A Dimx27-phytec-phycard-s-rdk.dts22 display: display {
27 display-timings {
59 display = <&display>;
H A Dimx6dl-tx6u-801x.dts21 display = &display;
46 display: display@di0 {
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
H A Dimx6q-tx6q-1010.dts21 display = &display;
46 display: display@di0 {
47 compatible = "fsl,imx-parallel-display";
59 display-timings {
H A Dimx6dl-tx6u-811x.dts21 display = &lvds0;
106 display-timings {
129 display-timings {
H A Dimx6q-tx6q-1110.dts21 display = &lvds0;
106 display-timings {
129 display-timings {
H A Dimx6dl-aristainetos_4.dts35 display0: display@di0 {
36 compatible = "fsl,imx-parallel-display";
42 display-timings {
/freebsd-10-stable/contrib/texinfo/info/
H A Ddisplay.c0 /* display.c -- How to display Info windows.
2 $Id: display.c,v 1.7 2004/04/11 17:56:45 karl Exp $
23 #include "display.h"
27 static void free_display (DISPLAY_LINE **display);
34 /* An array of display lines which tell us what is currently visible on
35 the display. */
52 display_clear_display (DISPLAY_LINE **display) argument
56 for (i = 0; display[i]; i++)
58 display[
133 DISPLAY_LINE **display = the_display; local
615 DISPLAY_LINE **display; local
632 free_display(DISPLAY_LINE **display) argument
[all...]
H A Ddisplay.h0 /* display.h -- How the display in Info is done.
2 $Id: display.h,v 1.3 2004/04/11 17:56:45 karl Exp $
37 /* An array of display lines which tell us what is currently visible on
38 the display. */
51 extern void display_clear_display (DISPLAY_LINE **display);
/freebsd-10-stable/usr.bin/hexdump/
H A DMakefile5 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
/freebsd-10-stable/usr.bin/talk/
H A DMakefile5 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
/freebsd-10-stable/sys/dev/drm2/i915/
H A Dintel_pm.c266 if (!dev_priv->display.fbc_enabled)
269 return dev_priv->display.fbc_enabled(dev);
284 dev_priv->display.enable_fbc(work->crtc,
331 if (!dev_priv->display.enable_fbc)
349 * display to settle before starting the compression. Note that
369 if (!dev_priv->display.disable_fbc)
372 dev_priv->display.disable_fbc(dev);
730 * FIFO underruns and display "flicker").
957 * @pixel_size: display pixel size
960 * Calculate the watermark level (the level at which the display plan
1087 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
1145 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
1173 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
1607 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
1650 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
1929 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
1961 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...]
/freebsd-10-stable/libexec/rpc.rusersd/
H A Drusers_proc.c73 XqueryIdle(char *display) argument
81 if (!(dpy= XOpenDisplay(display))) {
82 syslog(LOG_ERR, "Cannot open display %s", display);
87 syslog(LOG_ERR, "%s: unable to get idle time", display);
91 syslog(LOG_ERR, "%s: Xidle extension not loaded", display);
96 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display);
108 getidle(const char *tty, const char *display __unused)
120 if (display && *display
[all...]
/freebsd-10-stable/usr.bin/ipcs/
H A Dipcs.c110 int display = SHMINFO | MSGINFO | SEMINFO; local
132 display = SHMTOTAL;
135 display = SHMINFO;
147 display = MSGTOTAL;
150 display = MSGINFO;
153 display = SEMTOTAL;
156 display = SEMINFO;
159 display = SHMTOTAL | MSGTOTAL | SEMTOTAL;
198 if (display & (MSGINFO | MSGTOTAL)) {
199 if (display
[all...]

Completed in 205 milliseconds

123456789