Lines Matching full:edp

278 	struct drm_display_mode *panel_fixed_mode;  /* for eDP */
308 * is_edp - is the given port attached to an eDP panel (either CPU or PCH)
311 * If a CPU or PCH DP output is attached to an eDP panel, this function
433 DRM_DEBUG_KMS("Error in Powering up eDP panel, status %x\n", REG_READ(PP_STATUS)); in cdv_intel_edp_panel_on()
482 * on, we may see slight flicker as the panel syncs with the eDP in cdv_intel_edp_backlight_on()
527 /* only refuse the mode on non eDP since we have seen some weird eDP panels in cdv_intel_dp_mode_valid()
530 (cdv_intel_dp_link_required(mode->clock, dev_priv->edp.bpp) in cdv_intel_dp_mode_valid()
912 bpp = dev_priv->edp.bpp; in cdv_intel_dp_mode_fixup()
1016 bpp = dev_priv->edp.bpp; in cdv_intel_dp_set_m_n()
1143 int edp = is_edp(intel_encoder); in cdv_intel_dp_prepare() local
1145 if (edp) { in cdv_intel_dp_prepare()
1153 if (edp) in cdv_intel_dp_prepare()
1160 int edp = is_edp(intel_encoder); in cdv_intel_dp_commit() local
1162 if (edp) in cdv_intel_dp_commit()
1166 if (edp) in cdv_intel_dp_commit()
1177 int edp = is_edp(intel_encoder); in cdv_intel_dp_dpms() local
1180 if (edp) { in cdv_intel_dp_dpms()
1186 if (edp) { in cdv_intel_dp_dpms()
1191 if (edp) in cdv_intel_dp_dpms()
1198 if (edp) in cdv_intel_dp_dpms()
1704 int edp = is_edp(encoder); in cdv_intel_dp_detect() local
1708 if (edp) in cdv_intel_dp_detect()
1712 if (edp) in cdv_intel_dp_detect()
1726 if (edp) in cdv_intel_dp_detect()
1738 int edp = is_edp(intel_encoder); in cdv_intel_dp_get_modes() local
1754 if (edp && !intel_dp->panel_fixed_mode) { in cdv_intel_dp_get_modes()
1794 int edp = is_edp(encoder); in cdv_intel_dp_detect_audio() local
1796 if (edp) in cdv_intel_dp_detect_audio()
1804 if (edp) in cdv_intel_dp_detect_audio()
1911 /* check the VBT to see whether the eDP is on DP-D port */
1934 DP/eDP. TODO - investigate if we can turn it back to normality
2083 DRM_INFO("failed to retrieve link info, disabling eDP\n"); in cdv_intel_dp_init()