On Tue 2021-02-02 13:13:26, Christoph Hellwig wrote:
> Require an explicit call to module_kallsyms_on_each_symbol to look
> for symbols in modules instead of the call from kallsyms_on_each_symbol,
> and acquire module_mutex inside of module_kallsyms_on_each_symbol instead
> of leaving that up to the caller. Note that this slightly changes the
> behavior for the livepatch code in that the symbols from vmlinux are not
> iterated anymore if objname is set, but that actually is …
[View More]the desired
> behavior in this case.
>
> Signed-off-by: Christoph Hellwig <hch(a)lst.de>
> Acked-by: Miroslav Benes <mbenes(a)suse.cz>
Reviewed-by: Petr Mladek <pmladek(a)suse.com>
Best Regards,
Petr
[View Less]
The DSI 10nm PLL driver was apparently ported from downstream, but some
of its "features" were not ported over, for a good reason.
Pity is that the removal of the downstream dependencies broke the clock
calculation logic for this driver and that made it impossible to use any
DSI display on at least MSM8998.
This patch series fixes the calculation issues and also solves some TODOs
that I've found in this driver.
Tested on:
- Sony Xperia XZ Premium (MSM8998) dual-dsi command-mode LCD display
- …
[View More]F(x)Tec Pro1 (MSM8998) single dsi, video-mode OLED display
AngeloGioacchino Del Regno (5):
drm/msm/dsi_pll_10nm: Fix dividing the same numbers twice
drm/msm/dsi_pll_10nm: Solve TODO for multiplier frac_bits assignment
drm/msm/dsi_pll_10nm: Fix bad VCO rate calculation and prescaler
drm/msm/dsi_pll_10nm: Fix variable usage for pll_lockdet_rate
drm/msm/dsi_pll_10nm: Convert pr_err prints to DRM_DEV_ERROR
drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c | 43 ++++++++++------------
1 file changed, 20 insertions(+), 23 deletions(-)
--
2.29.2
[View Less]
2
16
(no subject)
by Juan Fernando Diosdado Ramirez
02 Feb '21