drm/i915/dp: For consistency use the DP hotplug synonyms
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
8ec22b214d
commit
78d56d78c3
1 changed files with 3 additions and 3 deletions
|
@ -2462,19 +2462,19 @@ intel_dp_init(struct drm_device *dev, int output_reg)
|
||||||
case DP_B:
|
case DP_B:
|
||||||
case PCH_DP_B:
|
case PCH_DP_B:
|
||||||
dev_priv->hotplug_supported_mask |=
|
dev_priv->hotplug_supported_mask |=
|
||||||
HDMIB_HOTPLUG_INT_STATUS;
|
DPB_HOTPLUG_INT_STATUS;
|
||||||
name = "DPDDC-B";
|
name = "DPDDC-B";
|
||||||
break;
|
break;
|
||||||
case DP_C:
|
case DP_C:
|
||||||
case PCH_DP_C:
|
case PCH_DP_C:
|
||||||
dev_priv->hotplug_supported_mask |=
|
dev_priv->hotplug_supported_mask |=
|
||||||
HDMIC_HOTPLUG_INT_STATUS;
|
DPC_HOTPLUG_INT_STATUS;
|
||||||
name = "DPDDC-C";
|
name = "DPDDC-C";
|
||||||
break;
|
break;
|
||||||
case DP_D:
|
case DP_D:
|
||||||
case PCH_DP_D:
|
case PCH_DP_D:
|
||||||
dev_priv->hotplug_supported_mask |=
|
dev_priv->hotplug_supported_mask |=
|
||||||
HDMID_HOTPLUG_INT_STATUS;
|
DPD_HOTPLUG_INT_STATUS;
|
||||||
name = "DPDDC-D";
|
name = "DPDDC-D";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue