Skip to content

Commit a6ccad6

Browse files
rddunlaplumag
authored andcommitted
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>
1 parent 3091c57 commit a6ccad6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/msm/disp/dpu1/dpu_hw_wb.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ struct dpu_hw_wb_cfg {
2222
};
2323

2424
/**
25-
*
2625
* struct dpu_hw_wb_ops : Interface to the wb hw driver functions
2726
* Assumption is these functions will be called after clocks are enabled
2827
* @setup_outaddress: setup output address from the writeback job
2928
* @setup_outformat: setup output format of writeback block from writeback job
29+
* @setup_roi: setup ROI (Region of Interest) parameters
3030
* @setup_qos_lut: setup qos LUT for writeback block based on input
3131
* @setup_cdp: setup chroma down prefetch block for writeback block
3232
* @setup_clk_force_ctrl: setup clock force control
@@ -61,7 +61,7 @@ struct dpu_hw_wb_ops {
6161
* struct dpu_hw_wb : WB driver object
6262
* @hw: block hardware details
6363
* @idx: hardware index number within type
64-
* @wb_hw_caps: hardware capabilities
64+
* @caps: hardware capabilities
6565
* @ops: function pointers
6666
*/
6767
struct dpu_hw_wb {

0 commit comments

Comments
 (0)