diff options
author | Stephen Boyd <swboyd@chromium.org> | 2022-06-23 03:25:39 +0300 |
---|---|---|
committer | Rob Clark <robdclark@chromium.org> | 2022-09-18 19:38:04 +0300 |
commit | 64d6058233b7e4234fd543639f9d006740531a54 (patch) | |
tree | 75775490694d0e497186f35091e9d2666ceaf55b /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | c24df3fa039fabfafe251cbdd446e0f0e88d2512 (diff) | |
download | linux-64d6058233b7e4234fd543639f9d006740531a54.tar.xz |
drm/msm/dp: Remove pixel_rate from struct dp_ctrl
This struct member is stored to in the function that calls the function
which uses it. That's possible with a function argument instead of
storing to a struct member. Pass the pixel_rate as an argument instead
to simplify the code. Note that dp_ctrl_link_maintenance() was storing
the pixel_rate but never using it so we just remove the assignment from
there.
Cc: Kuogee Hsieh <quic_khsieh@quicinc.com>
Signed-off-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/490772/
Link: https://lore.kernel.org/r/20220623002540.871994-3-swboyd@chromium.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions