Searched refs:intel_pipe_has_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c38 bool intel_pipe_has_type(struct drm_crtc *crtc, int type);
520 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
533 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
534 intel_pipe_has_type(crtc, INTEL_OUTPUT_EDP))
548 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
555 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
556 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {
558 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) {
560 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT)) {
578 if (intel_pipe_has_type(crt
627 bool intel_pipe_has_type(struct drm_crtc *crtc, int type) function
[all...]

Completed in 166 milliseconds