Lines Matching full:edp

274 	struct drm_display_mode *panel_fixed_mode;  /* for eDP */
304 * is_edp - is the given port attached to an eDP panel (either CPU or PCH)
307 * If a CPU or PCH DP output is attached to an eDP panel, this function
429 DRM_DEBUG_KMS("Error in Powering up eDP panel, status %x\n", REG_READ(PP_STATUS)); in cdv_intel_edp_panel_on()
478 * on, we may see slight flicker as the panel syncs with the eDP in cdv_intel_edp_backlight_on()
523 /* only refuse the mode on non eDP since we have seen some weird eDP panels in cdv_intel_dp_mode_valid()
526 (cdv_intel_dp_link_required(mode->clock, dev_priv->edp.bpp) in cdv_intel_dp_mode_valid()
907 bpp = dev_priv->edp.bpp; in cdv_intel_dp_mode_fixup()
1011 bpp = dev_priv->edp.bpp; in cdv_intel_dp_set_m_n()
1138 int edp = is_edp(intel_encoder); in cdv_intel_dp_prepare() local
1140 if (edp) { in cdv_intel_dp_prepare()
1148 if (edp) in cdv_intel_dp_prepare()
1155 int edp = is_edp(intel_encoder); in cdv_intel_dp_commit() local
1157 if (edp) in cdv_intel_dp_commit()
1161 if (edp) in cdv_intel_dp_commit()
1172 int edp = is_edp(intel_encoder); in cdv_intel_dp_dpms() local
1175 if (edp) { in cdv_intel_dp_dpms()
1181 if (edp) { in cdv_intel_dp_dpms()
1186 if (edp) in cdv_intel_dp_dpms()
1193 if (edp) in cdv_intel_dp_dpms()
1696 int edp = is_edp(encoder); in cdv_intel_dp_detect() local
1700 if (edp) in cdv_intel_dp_detect()
1704 if (edp) in cdv_intel_dp_detect()
1718 if (edp) in cdv_intel_dp_detect()
1730 int edp = is_edp(intel_encoder); in cdv_intel_dp_get_modes() local
1746 if (edp && !intel_dp->panel_fixed_mode) { in cdv_intel_dp_get_modes()
1786 int edp = is_edp(encoder); in cdv_intel_dp_detect_audio() local
1788 if (edp) in cdv_intel_dp_detect_audio()
1796 if (edp) in cdv_intel_dp_detect_audio()
1903 /* check the VBT to see whether the eDP is on DP-D port */
1926 DP/eDP. TODO - investigate if we can turn it back to normality
2073 DRM_INFO("failed to retrieve link info, disabling eDP\n"); in cdv_intel_dp_init()