Searched refs:dtd (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_sdvo.c | 148 * the sdvo flag gets lost in round trip: dtd->adjusted_mode->dtd 709 struct intel_sdvo_dtd *dtd) 711 return intel_sdvo_set_value(intel_sdvo, cmd, &dtd->part1, sizeof(dtd->part1)) && 712 intel_sdvo_set_value(intel_sdvo, cmd + 1, &dtd->part2, sizeof(dtd->part2)); 716 struct intel_sdvo_dtd *dtd) 718 return intel_sdvo_get_value(intel_sdvo, cmd, &dtd->part1, sizeof(dtd 708 intel_sdvo_set_timing(struct intel_sdvo *intel_sdvo, u8 cmd, struct intel_sdvo_dtd *dtd) argument 715 intel_sdvo_get_timing(struct intel_sdvo *intel_sdvo, u8 cmd, struct intel_sdvo_dtd *dtd) argument 722 intel_sdvo_set_input_timing(struct intel_sdvo *intel_sdvo, struct intel_sdvo_dtd *dtd) argument 729 intel_sdvo_set_output_timing(struct intel_sdvo *intel_sdvo, struct intel_sdvo_dtd *dtd) argument 736 intel_sdvo_get_input_timing(struct intel_sdvo *intel_sdvo, struct intel_sdvo_dtd *dtd) argument 767 intel_sdvo_get_preferred_input_timing(struct intel_sdvo *intel_sdvo, struct intel_sdvo_dtd *dtd) argument 781 intel_sdvo_get_dtd_from_mode(struct intel_sdvo_dtd *dtd, const struct drm_display_mode *mode) argument 836 intel_sdvo_get_mode_from_dtd(struct drm_display_mode * mode, const struct intel_sdvo_dtd *dtd) argument 1317 struct intel_sdvo_dtd dtd; local [all...] |
Completed in 2571 milliseconds