commit | fe7cf496e5000b68275ee5898cbe1eeb722c134a | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Fri Sep 04 14:53:45 2020 +0300 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Sep 17 18:26:46 2020 +0300 |
tree | 5a5f30a39fb42946797e45b8a72e50c18db87462 | |
parent | b770e84311451506d822574595631009267c7e78 [diff] |
drm/i915: Reworkd DP DFP clock handling Move the downstream facing port dotclock check into a new function (intel_dp_mode_valid_downstream()) so that we have a nice future place where we can collect other related checks. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200904115354.25336-10-ville.syrjala@linux.intel.com Reviewed-by: Lyude Paul <lyude@redhat.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>