|
@@ -425,6 +425,7 @@ static void glk_dsi_device_ready(struct intel_encoder *encoder)
|
|
if (intel_wait_for_register(dev_priv,
|
|
if (intel_wait_for_register(dev_priv,
|
|
MIPI_CTRL(port), GLK_ULPS_NOT_ACTIVE,
|
|
MIPI_CTRL(port), GLK_ULPS_NOT_ACTIVE,
|
|
GLK_ULPS_NOT_ACTIVE, 20))
|
|
GLK_ULPS_NOT_ACTIVE, 20))
|
|
|
|
+ DRM_ERROR("ULPS is still active\n");
|
|
|
|
|
|
/* Exit ULPS */
|
|
/* Exit ULPS */
|
|
val = I915_READ(MIPI_DEVICE_READY(port));
|
|
val = I915_READ(MIPI_DEVICE_READY(port));
|