]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/msm/dsi_pll_10nm: Solve TODO for multiplier frac_bits assignment
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Sat, 9 Jan 2021 13:51:09 +0000 (14:51 +0100)
committerRob Clark <robdclark@chromium.org>
Mon, 1 Feb 2021 16:49:57 +0000 (08:49 -0800)
commit196145eb1af18efb3fc6dd1e40cfc4dc47e47603
treedb525753ab6629759886cf816fc8690ec03011de
parent5c191fef4ce2fc4310d8174bd3861474919201e4
drm/msm/dsi_pll_10nm: Solve TODO for multiplier frac_bits assignment

The number of fractional registers bits is known and already set in
the frac_bits variable of the dsi_pll_config struct here in 10nm:
remove the TODO by simply using that variable.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c