]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/msm/dpu: Assign missing writeback log_mask
authorMarijn Suijten <marijn.suijten@somainline.org>
Tue, 25 Apr 2023 23:11:09 +0000 (01:11 +0200)
committerAbhinav Kumar <quic_abhinavk@quicinc.com>
Wed, 26 Apr 2023 23:45:50 +0000 (16:45 -0700)
commita432fc31f03db2546a48bcf5dd69ca28ceb732bf
tree8161e820ff9a1993f14a7e752c7c4256b7785fcf
parent85c636284cb63b7740b4ae98881ace92158068d3
drm/msm/dpu: Assign missing writeback log_mask

The WB debug log mask ended up never being assigned, leading to writes
to this block to never be logged even if the mask is enabled in
dpu_hw_util_log_mask via debugfs.

Fixes: 84a33d0fd921 ("drm/msm/dpu: add dpu_hw_wb abstraction for writeback blocks")
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Patchwork: https://patchwork.freedesktop.org/patch/533860/
Link: https://lore.kernel.org/r/20230418-dpu-drop-useless-for-lookup-v3-1-e8d869eea455@somainline.org
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.c