Searched defs:out (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s12/open-src/kernel/drm/src/ |
H A D | drm_fops.c | 154 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 D | drm_edid.c | 48 * EDID blocks out in the wild have a variety of bugs, try to collect 895 * doesn't check out, or 1 if it's valid. 1068 goto out; 1088 goto out; 1113 out: 1127 unsigned char out; local 1129 return (drm_do_probe_ddc_edid(adapter, &out, 0, 1) == 0); 1993 * (defined above). Tease them out and add them to the global modes list. 2818 * drm_add_display_info - pull display info out if present 2834 /* driver figures it out i [all...] |
H A D | drm_crtc.c | 121 { 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...] |
/solaris-x11-s12/open-src/kernel/i915/src/ |
H A D | intel_dp.c | 350 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...] |
Completed in 682 milliseconds