intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/i915/BXT: Configure DSI after enabling DSI pll
@ 2016-02-02 17:51 Ramalingam C
  2016-02-03  2:21 ` Thulasimani, Sivakumar
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Ramalingam C @ 2016-02-02 17:51 UTC (permalink / raw)
  To: intel-gfx; +Cc: jani.nikula

We need to enable DSI PLL before configuring the DSI registers.

Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
---
 drivers/gpu/drm/i915/intel_dsi.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_dsi.c b/drivers/gpu/drm/i915/intel_dsi.c
index 91cef35..378f879 100644
--- a/drivers/gpu/drm/i915/intel_dsi.c
+++ b/drivers/gpu/drm/i915/intel_dsi.c
@@ -478,8 +478,8 @@ static void intel_dsi_pre_enable(struct intel_encoder *encoder)
 
 	DRM_DEBUG_KMS("\n");
 
-	intel_dsi_prepare(encoder);
 	intel_enable_dsi_pll(encoder);
+	intel_dsi_prepare(encoder);
 
 	/* Panel Enable over CRC PMIC */
 	if (intel_dsi->gpio_panel)
-- 
1.7.9.5

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

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

end of thread, other threads:[~2016-02-15 16:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 17:51 [PATCH] drm/i915/BXT: Configure DSI after enabling DSI pll Ramalingam C
2016-02-03  2:21 ` Thulasimani, Sivakumar
2016-02-03  9:27   ` Jani Nikula
2016-02-03 10:26     ` Mika Kahola
2016-02-03 10:59       ` Jani Nikula
2016-02-03 11:55         ` Jani Nikula
2016-02-03 12:32           ` Ramalingam C
2016-02-03 12:50           ` Ramalingam C
2016-02-03  7:26 ` Mika Kahola
2016-02-03  7:46 ` ✗ Fi.CI.BAT: warning for " Patchwork
2016-02-03  9:28 ` [PATCH] " Jani Nikula
2016-02-03 12:59   ` Mika Kahola
2016-02-15 16:18     ` Daniel Vetter
2016-02-03 13:52 ` ✗ Fi.CI.BAT: failure for drm/i915/BXT: Configure DSI after enabling DSI pll (rev2) Patchwork
2016-02-04  9:09   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).