OSDN Git Service

drm/bridge: ti-sn65dsi86: Split the setting of the dp and dsi rates
authorDouglas Anderson <dianders@chromium.org>
Wed, 18 Dec 2019 22:35:22 +0000 (14:35 -0800)
committerNeil Armstrong <narmstrong@baylibre.com>
Thu, 13 Feb 2020 09:21:07 +0000 (10:21 +0100)
commitca1b885cbe9e03bb1464426784bda3a51a598eba
tree02fab4629804267b8133de31ff8b71761f771a6b
parentf704ff7c3d2d97e26a409423e820fb0963cc8de1
drm/bridge: ti-sn65dsi86: Split the setting of the dp and dsi rates

These two things were in one function.  Split into two.  This looks
like it's duplicating some code, but don't worry.  This is is just in
preparation for future changes.

This is intended to have zero functional change and will just make
future patches easier to understand.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Tested-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191218143416.v3.1.Icb765d5799e9651e5249c0c27627ba33a9e411cf@changeid
drivers/gpu/drm/bridge/ti-sn65dsi86.c