diff options
| author | Maarten Lankhorst <[email protected]> | 2017-04-10 10:51:10 +0000 |
|---|---|---|
| committer | Maarten Lankhorst <[email protected]> | 2017-04-12 08:53:22 +0000 |
| commit | 200819ab5b4d2d35fde5aedf7f0ee7582a9c7263 (patch) | |
| tree | 9f75cd2d4e42ce015c12d14e932000a3350c06d2 /drivers/gpu/drm/i915/intel_dp_mst.c | |
| parent | drm/i915: Convert intel_tv connector properties to atomic, v5. (diff) | |
| download | kernel-200819ab5b4d2d35fde5aedf7f0ee7582a9c7263.tar.gz kernel-200819ab5b4d2d35fde5aedf7f0ee7582a9c7263.zip | |
drm/i915: Remove unused dp properties for dp-mst.
Those properties are not hooked up on MST and were ignored. Best not expose them at all.
Without this the next patch fails to start on X.org, because the DP-MST properties could
not be read.
Signed-off-by: Maarten Lankhorst <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Testcase: kms_properties
Reviewed-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_dp_mst.c')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_dp_mst.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_dp_mst.c b/drivers/gpu/drm/i915/intel_dp_mst.c index 3451e2abb23b..b2f5de5b56f5 100644 --- a/drivers/gpu/drm/i915/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/intel_dp_mst.c @@ -459,7 +459,6 @@ static struct drm_connector *intel_dp_add_mst_connector(struct drm_dp_mst_topolo drm_mode_connector_attach_encoder(&intel_connector->base, &intel_dp->mst_encoders[i]->base.base); } - intel_dp_add_properties(intel_dp, connector); drm_object_attach_property(&connector->base, dev->mode_config.path_property, 0); drm_object_attach_property(&connector->base, dev->mode_config.tile_property, 0); |
