All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915: Fixed compilation error
@ 2016-05-10  8:34 Gabriel Feceoru
  2016-05-10  9:01 ` Ville Syrjälä
  0 siblings, 1 reply; 3+ messages in thread
From: Gabriel Feceoru @ 2016-05-10  8:34 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Gabriel Feceoru <gabriel.feceoru@intel.com>
---
 drivers/gpu/drm/i915/intel_hdmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 4d65f69..bedb9ef 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1454,7 +1454,7 @@ intel_hdmi_set_edid(struct drm_connector *connector, bool force)
 				    intel_gmbus_get_adapter(dev_priv,
 				    intel_hdmi->ddc_bus));
 
-		intel_hdmi_dp_dual_mode_detect(connector);
+		intel_hdmi_dp_dual_mode_detect(connector, true);
 
 		intel_display_power_put(dev_priv, POWER_DOMAIN_GMBUS);
 	}
-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-10  9:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-10  8:34 [PATCH] drm/i915: Fixed compilation error Gabriel Feceoru
2016-05-10  9:01 ` Ville Syrjälä
2016-05-10  9:23   ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.