gma_pipe_has_type  367 drivers/gpu/drm/gma500/cdv_intel_display.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
gma_pipe_has_type  376 drivers/gpu/drm/gma500/cdv_intel_display.c 	} else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) ||
gma_pipe_has_type  377 drivers/gpu/drm/gma500/cdv_intel_display.c 			gma_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) {
gma_pipe_has_type  517 drivers/gpu/drm/gma500/cdv_intel_display.c 		    gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
gma_pipe_has_type  709 drivers/gpu/drm/gma500/gma_display.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) &&
gma_pipe_has_type   56 drivers/gpu/drm/gma500/gma_display.h extern bool gma_pipe_has_type(struct drm_crtc *crtc, int type);
gma_pipe_has_type  586 drivers/gpu/drm/gma500/mdfld_intel_display.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_MIPI)
gma_pipe_has_type  587 drivers/gpu/drm/gma500/mdfld_intel_display.c 	    || gma_pipe_has_type(crtc, INTEL_OUTPUT_MIPI2)) {
gma_pipe_has_type  599 drivers/gpu/drm/gma500/mdfld_intel_display.c 	} else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) {
gma_pipe_has_type   87 drivers/gpu/drm/gma500/oaktrail_crtc.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)
gma_pipe_has_type   88 drivers/gpu/drm/gma500/oaktrail_crtc.c 	    || gma_pipe_has_type(crtc, INTEL_OUTPUT_MIPI)) {
gma_pipe_has_type  100 drivers/gpu/drm/gma500/oaktrail_crtc.c 	} else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) {
gma_pipe_has_type  223 drivers/gpu/drm/gma500/oaktrail_crtc.c 	int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0;
gma_pipe_has_type  225 drivers/gpu/drm/gma500/oaktrail_crtc.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) {
gma_pipe_has_type  379 drivers/gpu/drm/gma500/oaktrail_crtc.c 	int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0;
gma_pipe_has_type  381 drivers/gpu/drm/gma500/oaktrail_crtc.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI))
gma_pipe_has_type   59 drivers/gpu/drm/gma500/psb_intel_display.c 	if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS))