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: dpu_hw_wb.h: fix all kernel-doc warnings

Correct or add kernel-doc comments to eliminate all warnings:

Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h:24 Cannot find
identifier on line: *
Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h:57 struct member
'setup_roi' not described in 'dpu_hw_wb_ops'
Warning: drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h:75 struct member
'caps' not described in 'dpu_hw_wb'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/695672/
Link: https://lore.kernel.org/r/20251219184638.1813181-16-rdunlap@infradead.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Randy Dunlap and committed by
Dmitry Baryshkov
a6ccad66 3091c572

+2 -2
+2 -2
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h
··· 22 22 }; 23 23 24 24 /** 25 - * 26 25 * struct dpu_hw_wb_ops : Interface to the wb hw driver functions 27 26 * Assumption is these functions will be called after clocks are enabled 28 27 * @setup_outaddress: setup output address from the writeback job 29 28 * @setup_outformat: setup output format of writeback block from writeback job 29 + * @setup_roi: setup ROI (Region of Interest) parameters 30 30 * @setup_qos_lut: setup qos LUT for writeback block based on input 31 31 * @setup_cdp: setup chroma down prefetch block for writeback block 32 32 * @setup_clk_force_ctrl: setup clock force control ··· 61 61 * struct dpu_hw_wb : WB driver object 62 62 * @hw: block hardware details 63 63 * @idx: hardware index number within type 64 - * @wb_hw_caps: hardware capabilities 64 + * @caps: hardware capabilities 65 65 * @ops: function pointers 66 66 */ 67 67 struct dpu_hw_wb {