|
@@ -1228,6 +1228,30 @@ static void intel_disable_sdvo(struct intel_encoder *encoder)
|
|
|
|
|
|
temp = I915_READ(intel_sdvo->sdvo_reg);
|
|
temp = I915_READ(intel_sdvo->sdvo_reg);
|
|
if ((temp & SDVO_ENABLE) != 0) {
|
|
if ((temp & SDVO_ENABLE) != 0) {
|
|
|
|
+ /* HW workaround for IBX, we need to move the port to
|
|
|
|
+ * transcoder A before disabling it. */
|
|
|
|
+ if (HAS_PCH_IBX(encoder->base.dev)) {
|
|
|
|
+ struct drm_crtc *crtc = encoder->base.crtc;
|
|
|
|
+ int pipe = crtc ? to_intel_crtc(crtc)->pipe : -1;
|
|
|
|
+
|
|
|
|
+ if (temp & SDVO_PIPE_B_SELECT) {
|
|
|
|
+ temp &= ~SDVO_PIPE_B_SELECT;
|
|
|
|
+ I915_WRITE(intel_sdvo->sdvo_reg, temp);
|
|
|
|
+ POSTING_READ(intel_sdvo->sdvo_reg);
|
|
|
|
+
|
|
|
|
+ /* Again we need to write this twice. */
|
|
|
|
+ I915_WRITE(intel_sdvo->sdvo_reg, temp);
|
|
|
|
+ POSTING_READ(intel_sdvo->sdvo_reg);
|
|
|
|
+
|
|
|
|
+ /* Transcoder selection bits only update
|
|
|
|
+ * effectively on vblank. */
|
|
|
|
+ if (crtc)
|
|
|
|
+ intel_wait_for_vblank(encoder->base.dev, pipe);
|
|
|
|
+ else
|
|
|
|
+ msleep(50);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
intel_sdvo_write_sdvox(intel_sdvo, temp & ~SDVO_ENABLE);
|
|
intel_sdvo_write_sdvox(intel_sdvo, temp & ~SDVO_ENABLE);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -1244,8 +1268,20 @@ static void intel_enable_sdvo(struct intel_encoder *encoder)
|
|
u8 status;
|
|
u8 status;
|
|
|
|
|
|
temp = I915_READ(intel_sdvo->sdvo_reg);
|
|
temp = I915_READ(intel_sdvo->sdvo_reg);
|
|
- if ((temp & SDVO_ENABLE) == 0)
|
|
|
|
|
|
+ if ((temp & SDVO_ENABLE) == 0) {
|
|
|
|
+ /* HW workaround for IBX, we need to move the port
|
|
|
|
+ * to transcoder A before disabling it. */
|
|
|
|
+ if (HAS_PCH_IBX(dev)) {
|
|
|
|
+ struct drm_crtc *crtc = encoder->base.crtc;
|
|
|
|
+ int pipe = crtc ? to_intel_crtc(crtc)->pipe : -1;
|
|
|
|
+
|
|
|
|
+ /* Restore the transcoder select bit. */
|
|
|
|
+ if (pipe == PIPE_B)
|
|
|
|
+ temp |= SDVO_PIPE_B_SELECT;
|
|
|
|
+ }
|
|
|
|
+
|
|
intel_sdvo_write_sdvox(intel_sdvo, temp | SDVO_ENABLE);
|
|
intel_sdvo_write_sdvox(intel_sdvo, temp | SDVO_ENABLE);
|
|
|
|
+ }
|
|
for (i = 0; i < 2; i++)
|
|
for (i = 0; i < 2; i++)
|
|
intel_wait_for_vblank(dev, intel_crtc->pipe);
|
|
intel_wait_for_vblank(dev, intel_crtc->pipe);
|
|
|
|
|
|
@@ -1796,7 +1832,7 @@ static void intel_sdvo_destroy(struct drm_connector *connector)
|
|
intel_sdvo_destroy_enhance_property(connector);
|
|
intel_sdvo_destroy_enhance_property(connector);
|
|
drm_sysfs_connector_remove(connector);
|
|
drm_sysfs_connector_remove(connector);
|
|
drm_connector_cleanup(connector);
|
|
drm_connector_cleanup(connector);
|
|
- kfree(connector);
|
|
|
|
|
|
+ kfree(intel_sdvo_connector);
|
|
}
|
|
}
|
|
|
|
|
|
static bool intel_sdvo_detect_hdmi_audio(struct drm_connector *connector)
|
|
static bool intel_sdvo_detect_hdmi_audio(struct drm_connector *connector)
|
|
@@ -1828,7 +1864,7 @@ intel_sdvo_set_property(struct drm_connector *connector,
|
|
uint8_t cmd;
|
|
uint8_t cmd;
|
|
int ret;
|
|
int ret;
|
|
|
|
|
|
- ret = drm_connector_property_set_value(connector, property, val);
|
|
|
|
|
|
+ ret = drm_object_property_set_value(&connector->base, property, val);
|
|
if (ret)
|
|
if (ret)
|
|
return ret;
|
|
return ret;
|
|
|
|
|
|
@@ -1883,7 +1919,7 @@ intel_sdvo_set_property(struct drm_connector *connector,
|
|
} else if (IS_TV_OR_LVDS(intel_sdvo_connector)) {
|
|
} else if (IS_TV_OR_LVDS(intel_sdvo_connector)) {
|
|
temp_value = val;
|
|
temp_value = val;
|
|
if (intel_sdvo_connector->left == property) {
|
|
if (intel_sdvo_connector->left == property) {
|
|
- drm_connector_property_set_value(connector,
|
|
|
|
|
|
+ drm_object_property_set_value(&connector->base,
|
|
intel_sdvo_connector->right, val);
|
|
intel_sdvo_connector->right, val);
|
|
if (intel_sdvo_connector->left_margin == temp_value)
|
|
if (intel_sdvo_connector->left_margin == temp_value)
|
|
return 0;
|
|
return 0;
|
|
@@ -1895,7 +1931,7 @@ intel_sdvo_set_property(struct drm_connector *connector,
|
|
cmd = SDVO_CMD_SET_OVERSCAN_H;
|
|
cmd = SDVO_CMD_SET_OVERSCAN_H;
|
|
goto set_value;
|
|
goto set_value;
|
|
} else if (intel_sdvo_connector->right == property) {
|
|
} else if (intel_sdvo_connector->right == property) {
|
|
- drm_connector_property_set_value(connector,
|
|
|
|
|
|
+ drm_object_property_set_value(&connector->base,
|
|
intel_sdvo_connector->left, val);
|
|
intel_sdvo_connector->left, val);
|
|
if (intel_sdvo_connector->right_margin == temp_value)
|
|
if (intel_sdvo_connector->right_margin == temp_value)
|
|
return 0;
|
|
return 0;
|
|
@@ -1907,7 +1943,7 @@ intel_sdvo_set_property(struct drm_connector *connector,
|
|
cmd = SDVO_CMD_SET_OVERSCAN_H;
|
|
cmd = SDVO_CMD_SET_OVERSCAN_H;
|
|
goto set_value;
|
|
goto set_value;
|
|
} else if (intel_sdvo_connector->top == property) {
|
|
} else if (intel_sdvo_connector->top == property) {
|
|
- drm_connector_property_set_value(connector,
|
|
|
|
|
|
+ drm_object_property_set_value(&connector->base,
|
|
intel_sdvo_connector->bottom, val);
|
|
intel_sdvo_connector->bottom, val);
|
|
if (intel_sdvo_connector->top_margin == temp_value)
|
|
if (intel_sdvo_connector->top_margin == temp_value)
|
|
return 0;
|
|
return 0;
|
|
@@ -1919,7 +1955,7 @@ intel_sdvo_set_property(struct drm_connector *connector,
|
|
cmd = SDVO_CMD_SET_OVERSCAN_V;
|
|
cmd = SDVO_CMD_SET_OVERSCAN_V;
|
|
goto set_value;
|
|
goto set_value;
|
|
} else if (intel_sdvo_connector->bottom == property) {
|
|
} else if (intel_sdvo_connector->bottom == property) {
|
|
- drm_connector_property_set_value(connector,
|
|
|
|
|
|
+ drm_object_property_set_value(&connector->base,
|
|
intel_sdvo_connector->top, val);
|
|
intel_sdvo_connector->top, val);
|
|
if (intel_sdvo_connector->bottom_margin == temp_value)
|
|
if (intel_sdvo_connector->bottom_margin == temp_value)
|
|
return 0;
|
|
return 0;
|
|
@@ -2429,7 +2465,7 @@ static bool intel_sdvo_tv_create_property(struct intel_sdvo *intel_sdvo,
|
|
i, tv_format_names[intel_sdvo_connector->tv_format_supported[i]]);
|
|
i, tv_format_names[intel_sdvo_connector->tv_format_supported[i]]);
|
|
|
|
|
|
intel_sdvo->tv_format_index = intel_sdvo_connector->tv_format_supported[0];
|
|
intel_sdvo->tv_format_index = intel_sdvo_connector->tv_format_supported[0];
|
|
- drm_connector_attach_property(&intel_sdvo_connector->base.base,
|
|
|
|
|
|
+ drm_object_attach_property(&intel_sdvo_connector->base.base.base,
|
|
intel_sdvo_connector->tv_format, 0);
|
|
intel_sdvo_connector->tv_format, 0);
|
|
return true;
|
|
return true;
|
|
|
|
|
|
@@ -2445,7 +2481,7 @@ static bool intel_sdvo_tv_create_property(struct intel_sdvo *intel_sdvo,
|
|
intel_sdvo_connector->name = \
|
|
intel_sdvo_connector->name = \
|
|
drm_property_create_range(dev, 0, #name, 0, data_value[0]); \
|
|
drm_property_create_range(dev, 0, #name, 0, data_value[0]); \
|
|
if (!intel_sdvo_connector->name) return false; \
|
|
if (!intel_sdvo_connector->name) return false; \
|
|
- drm_connector_attach_property(connector, \
|
|
|
|
|
|
+ drm_object_attach_property(&connector->base, \
|
|
intel_sdvo_connector->name, \
|
|
intel_sdvo_connector->name, \
|
|
intel_sdvo_connector->cur_##name); \
|
|
intel_sdvo_connector->cur_##name); \
|
|
DRM_DEBUG_KMS(#name ": max %d, default %d, current %d\n", \
|
|
DRM_DEBUG_KMS(#name ": max %d, default %d, current %d\n", \
|
|
@@ -2482,7 +2518,7 @@ intel_sdvo_create_enhance_property_tv(struct intel_sdvo *intel_sdvo,
|
|
if (!intel_sdvo_connector->left)
|
|
if (!intel_sdvo_connector->left)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- drm_connector_attach_property(connector,
|
|
|
|
|
|
+ drm_object_attach_property(&connector->base,
|
|
intel_sdvo_connector->left,
|
|
intel_sdvo_connector->left,
|
|
intel_sdvo_connector->left_margin);
|
|
intel_sdvo_connector->left_margin);
|
|
|
|
|
|
@@ -2491,7 +2527,7 @@ intel_sdvo_create_enhance_property_tv(struct intel_sdvo *intel_sdvo,
|
|
if (!intel_sdvo_connector->right)
|
|
if (!intel_sdvo_connector->right)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- drm_connector_attach_property(connector,
|
|
|
|
|
|
+ drm_object_attach_property(&connector->base,
|
|
intel_sdvo_connector->right,
|
|
intel_sdvo_connector->right,
|
|
intel_sdvo_connector->right_margin);
|
|
intel_sdvo_connector->right_margin);
|
|
DRM_DEBUG_KMS("h_overscan: max %d, "
|
|
DRM_DEBUG_KMS("h_overscan: max %d, "
|
|
@@ -2519,7 +2555,7 @@ intel_sdvo_create_enhance_property_tv(struct intel_sdvo *intel_sdvo,
|
|
if (!intel_sdvo_connector->top)
|
|
if (!intel_sdvo_connector->top)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- drm_connector_attach_property(connector,
|
|
|
|
|
|
+ drm_object_attach_property(&connector->base,
|
|
intel_sdvo_connector->top,
|
|
intel_sdvo_connector->top,
|
|
intel_sdvo_connector->top_margin);
|
|
intel_sdvo_connector->top_margin);
|
|
|
|
|
|
@@ -2529,7 +2565,7 @@ intel_sdvo_create_enhance_property_tv(struct intel_sdvo *intel_sdvo,
|
|
if (!intel_sdvo_connector->bottom)
|
|
if (!intel_sdvo_connector->bottom)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- drm_connector_attach_property(connector,
|
|
|
|
|
|
+ drm_object_attach_property(&connector->base,
|
|
intel_sdvo_connector->bottom,
|
|
intel_sdvo_connector->bottom,
|
|
intel_sdvo_connector->bottom_margin);
|
|
intel_sdvo_connector->bottom_margin);
|
|
DRM_DEBUG_KMS("v_overscan: max %d, "
|
|
DRM_DEBUG_KMS("v_overscan: max %d, "
|
|
@@ -2561,7 +2597,7 @@ intel_sdvo_create_enhance_property_tv(struct intel_sdvo *intel_sdvo,
|
|
if (!intel_sdvo_connector->dot_crawl)
|
|
if (!intel_sdvo_connector->dot_crawl)
|
|
return false;
|
|
return false;
|
|
|
|
|
|
- drm_connector_attach_property(connector,
|
|
|
|
|
|
+ drm_object_attach_property(&connector->base,
|
|
intel_sdvo_connector->dot_crawl,
|
|
intel_sdvo_connector->dot_crawl,
|
|
intel_sdvo_connector->cur_dot_crawl);
|
|
intel_sdvo_connector->cur_dot_crawl);
|
|
DRM_DEBUG_KMS("dot crawl: current %d\n", response);
|
|
DRM_DEBUG_KMS("dot crawl: current %d\n", response);
|