Skip to content
Snippets Groups Projects
Commit 5ca0ef8a authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Add max_bpc property for DP MST

parent f1477219
Branches
No related tags found
No related merge requests found
...@@ -530,6 +530,7 @@ static struct drm_connector *intel_dp_add_mst_connector(struct drm_dp_mst_topolo ...@@ -530,6 +530,7 @@ static struct drm_connector *intel_dp_add_mst_connector(struct drm_dp_mst_topolo
intel_attach_force_audio_property(connector); intel_attach_force_audio_property(connector);
intel_attach_broadcast_rgb_property(connector); intel_attach_broadcast_rgb_property(connector);
drm_connector_attach_max_bpc_property(connector, 6, 12);
return connector; return connector;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment