Searched refs:out (Results 1 - 25 of 34) sorted by relevance

12

/solaris-x11-s11/open-src/kernel/
H A DMakefile105 xref: tags cscope.out
118 cscope.out: cscope.files
122 @rm -f cscope.files cscope.in.out cscope.out cscope.out.in cscope.out.po cscope.po.out
/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo_sil164.c154 goto out;
159 goto out;
163 goto out;
168 goto out;
175 out:
H A Ddvo_ch7xxx.c222 goto out;
229 goto out;
234 goto out;
241 goto out;
248 out:
H A Dintel_fb.c76 goto out;
98 out:
H A Ddvo_ivch.c256 goto out;
267 goto out;
275 out:
H A Ddvo_tfp410.c195 goto out;
202 goto out;
206 out:
H A Dintel_i2c.c419 goto out;
460 DRM_DEBUG_KMS("GMBUS [%s] timed out waiting for idle\n",
466 goto out;
479 * timing out seems to happen when there _is_ a ddc chip present, but
484 DRM_DEBUG_KMS("GMBUS [%s] timed out after NAK\n",
501 goto out;
504 DRM_INFO("GMBUS [%s] timed out, falling back to bit banging on pin %d\n",
512 out:
H A Ddvo_ns2501.c242 goto out;
247 goto out;
251 goto out;
256 goto out;
266 out:
H A Dintel_panel.c196 goto out;
303 out:
487 /* we are screwed, bail out */
488 goto out;
503 out:
H A Di915_gem.c99 * we should simply try to bail out and fail as gracefully as possible.
102 DRM_ERROR("Timed out waiting for the gpu reset to complete\n");
230 /* have to work out size/pitch and return them */
426 goto out;
436 out:
454 goto out;
473 out:
614 goto out;
630 goto out;
649 out
[all...]
H A Dintel_lvds.c211 DRM_ERROR("timed out waiting for panel to power on\n");
235 DRM_ERROR("timed out waiting for panel to power off\n");
880 * Create the connector, register the LVDS DDC bus, and try to figure out what
1030 goto out;
1043 goto out;
1067 goto out;
1075 out:
H A Dintel_dp.c350 goto out;
399 goto out;
408 goto out;
416 goto out;
430 out:
675 /* FIXME: Need to figure out optimized DP clocks for vlv. */
871 /* Split out the IBX/CPU vs CPT settings */
2038 DRM_ERROR("Timed out waiting for DP idle patterns\n");
2444 /* Anything else is out of spec, warn and ignore */
2597 /* We should parse the EDID data and find out i
2847 intel_dp_init_panel_power_sequencer(struct drm_device *dev, struct intel_dp *intel_dp, struct edp_power_seq *out) argument
[all...]
H A Dintel_tv.c34 * Integrated TV-out support for the 915GM and 945GM.
1378 * This should probably return a set of fixed modes, unless we can figure out
1460 goto out;
1481 goto out;
1484 goto out;
1490 goto out;
1495 out:
H A Di915_gem_execbuffer.c146 goto out;
186 out:
1126 /* ... and back out to userspace */
H A Dintel_sprite.c58 /* Mask out pixel format bits in case we change it */
100 * out the unsupported plane formats
226 /* Mask out pixel format bits in case we change it */
416 /* Mask out pixel format bits in case we change it */
710 DRM_DEBUG_KMS("Horizontal scaling factor out of limits\n");
719 DRM_DEBUG_KMS("Vertical scaling factor out of limits\n");
741 * push the downscaling factor out of bounds.
862 goto out;
870 out:
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_crtc.c121 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */
130 { DRM_MODE_SUBCONNECTOR_Unknown, "Unknown" }, /* DVI-I and TV-out */
140 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */
141 { DRM_MODE_SUBCONNECTOR_Composite, "Composite" }, /* TV-out */
142 { DRM_MODE_SUBCONNECTOR_SVIDEO, "SVIDEO" }, /* TV-out */
143 { DRM_MODE_SUBCONNECTOR_Component, "Component" }, /* TV-out */
144 { DRM_MODE_SUBCONNECTOR_SCART, "SCART" }, /* TV-out */
151 { DRM_MODE_SUBCONNECTOR_Unknown, "Unknown" }, /* DVI-I and TV-out */
152 { DRM_MODE_SUBCONNECTOR_Composite, "Composite" }, /* TV-out */
153 { DRM_MODE_SUBCONNECTOR_SVIDEO, "SVIDEO" }, /* TV-out */
1206 drm_crtc_convert_to_umode(struct drm_mode_modeinfo *out, const struct drm_display_mode *in) argument
1243 drm_crtc_convert_umode(struct drm_display_mode *out, const struct drm_mode_modeinfo *in) argument
[all...]
H A Dati_pcigart.c107 goto out;
121 out:
H A Ddrm_fops.c154 goto out;
158 out:
439 size_t total, size_t max, struct drm_pending_event **out)
448 *out = NULL;
450 goto out;
454 goto out;
458 *out = e;
461 out:
438 drm_dequeue_event(struct drm_file *file_priv, size_t total, size_t max, struct drm_pending_event **out) argument
H A Ddrm_fb_helper.c392 /* hmm everyone went away - assume VGA cable just fell out
407 * the fb is allocated (since we need to figure out the desired size of
696 goto out;
730 out:
788 /* fill out the connector<->crtc mappings into the modesets */
813 /* Clear out any old modes if there are no more connected outputs. */
/solaris-x11-s11/open-src/kernel/efb/src/
H A Dati_pcigart.c90 goto out;
104 out:
H A Dradeon_mem.c55 goto out;
72 goto out;
83 out:
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c649 int out = DPSNewUserObjectIndex(); local
651 if (out == 0) out = DPSNewUserObjectIndex();
653 _DPSSDefineUserObject(ctxt, out);
654 return out;
674 int out = DPSNewUserObjectIndex(); local
677 if (out == 0) out = DPSNewUserObjectIndex();
681 return out;
/solaris-x11-s11/
H A Dbuildit158 open-src > log/parfait.out 2>&1 &
/solaris-x11-s11/pkg/
H A DMakefile472 > $(PDIR)/pkglint.out 2> $(PDIR)/pkglint.lint ; \
473 grep '^Error:' $(PDIR)/pkglint.out ; \
/solaris-x11-s11/open-src/common/
H A DMakefile.inc460 -rm -f $(BUILD_DIR)/a.out.bc

Completed in 72 milliseconds

12