Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm/dpu: sc7180: add missing WB2 clock control

Add missing DPU_CLK_CTRL_WB2 to sc7180_mdp clocks array.

Fixes: 51e4d60e6ba5 ("drm/msm/dpu: add writeback support for sc7180")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Tested-by: Jessica Zhang <quic_jesszhan@quicinc.com> # Trogdor (sc7180)
Patchwork: https://patchwork.freedesktop.org/patch/518504/
Link: https://lore.kernel.org/r/20230116103055.780767-1-dmitry.baryshkov@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

+2
+2
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
··· 546 546 .reg_off = 0x2B4, .bit_off = 8}, 547 547 .clk_ctrls[DPU_CLK_CTRL_CURSOR1] = { 548 548 .reg_off = 0x2C4, .bit_off = 8}, 549 + .clk_ctrls[DPU_CLK_CTRL_WB2] = { 550 + .reg_off = 0x3B8, .bit_off = 24}, 549 551 }, 550 552 }; 551 553