Searched refs:gma_pipe_has_type (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | oaktrail_crtc.c | 90 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) in mrst_limit() 91 || gma_pipe_has_type(crtc, INTEL_OUTPUT_MIPI)) { in mrst_limit() 103 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO)) { in mrst_limit() 226 int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0; in oaktrail_crtc_dpms() 228 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) { in oaktrail_crtc_dpms() 382 int need_aux = gma_pipe_has_type(crtc, INTEL_OUTPUT_SDVO) ? 1 : 0; in oaktrail_crtc_mode_set() 384 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_HDMI)) in oaktrail_crtc_mode_set()
|
H A D | gma_display.h | 57 extern bool gma_pipe_has_type(struct drm_crtc *crtc, int type);
|
H A D | cdv_intel_display.c | 368 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in cdv_intel_limit() 377 } else if (gma_pipe_has_type(crtc, INTEL_OUTPUT_DISPLAYPORT) || in cdv_intel_limit() 378 gma_pipe_has_type(crtc, INTEL_OUTPUT_EDP)) { in cdv_intel_limit() 520 gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { in cdv_update_wm()
|
H A D | gma_display.c | 30 bool gma_pipe_has_type(struct drm_crtc *crtc, int type) in gma_pipe_has_type() function 760 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) && in gma_find_best_pll()
|
H A D | psb_intel_display.c | 61 if (gma_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) in psb_intel_limit()
|