提交 77179400 编写于 作者: V Ville Syrjälä 提交者: Daniel Vetter

drm/i915: s/DDI_BUF_CTL_A/DDI_BUF_CTL(PORT_A)/

Signed-off-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: NJani Nikula <jani.nikula@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 e66eb81d
...@@ -13989,7 +13989,7 @@ static void intel_setup_outputs(struct drm_device *dev) ...@@ -13989,7 +13989,7 @@ static void intel_setup_outputs(struct drm_device *dev)
* On SKL pre-D0 the strap isn't connected, so we assume * On SKL pre-D0 the strap isn't connected, so we assume
* it's there. * it's there.
*/ */
found = I915_READ(DDI_BUF_CTL_A) & DDI_INIT_DISPLAY_DETECTED; found = I915_READ(DDI_BUF_CTL(PORT_A)) & DDI_INIT_DISPLAY_DETECTED;
/* WaIgnoreDDIAStrap: skl */ /* WaIgnoreDDIAStrap: skl */
if (found || IS_SKYLAKE(dev)) if (found || IS_SKYLAKE(dev))
intel_ddi_init(dev, PORT_A); intel_ddi_init(dev, PORT_A);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册