linux/drivers/gpu/drm/msm/dsi
AngeloGioacchino Del Regno 5c191fef4c drm/msm/dsi_pll_10nm: Fix dividing the same numbers twice
In function dsi_pll_calc_dec_frac we are calculating the decimal
div start parameter by dividing the decimal multiple by the
fractional multiplier: the remainder of that operation is stored
to then get programmed to the fractional divider registers of
the PLL.

It's useless to call div_u64_rem to get the remainder and *then*
call div_u64 to get the division result, as the first is already
giving that result: let's fix it by just caring about the result
of div_u64_rem.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
2021-02-01 08:30:14 -08:00
..
phy drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY) 2021-01-31 11:34:36 -08:00
pll drm/msm/dsi_pll_10nm: Fix dividing the same numbers twice 2021-02-01 08:30:14 -08:00
dsi_cfg.c drm/msm/dsi: add DSI config for sm8150 and sm8250 2020-09-12 09:59:58 -07:00
dsi_cfg.h drm/msm/dsi: add DSI config for sm8150 and sm8250 2020-09-12 09:59:58 -07:00
dsi_host.c drm/msm: dsi: Constify dsi_host_ops 2020-11-29 10:54:08 -08:00
dsi_manager.c drm: Remove unnecessary drm_panel_attach and drm_panel_detach 2020-08-08 09:06:33 +02:00
dsi.c drm/msm/dpu: ensure device suspend happens during PM sleep 2020-07-30 13:44:52 -07:00
dsi.h drm/msm/dsi: add support for 7nm DSI PHY/PLL 2020-09-12 09:59:58 -07:00
dsi.xml.h drm/msm/dsi: add support for 7nm DSI PHY/PLL 2020-09-12 09:59:58 -07:00
mmss_cc.xml.h drm/msm: sync generated headers 2020-07-31 06:46:16 -07:00
sfpb.xml.h drm/msm: sync generated headers 2020-07-31 06:46:16 -07:00