Skip to content

Commit 2ee6648

Browse files
committed
drm/msm/dpu: correct struct dpu_encoder_virt docs
Fix a typo in struct dpu_encoder_virt kerneldoc, which made it ignore description of the cwb_mask field. Fixes: dd33140 ("drm/msm/dpu: Configure CWB in writeback encoder") Signed-off-by: Dmitry Baryshkov <lumag@kernel.org> Reviewed-by: Rob Clark <robdclark@gmail.com> Patchwork: https://patchwork.freedesktop.org/patch/641315/ Link: https://lore.kernel.org/r/20250306-dpu-fix-docs-v1-2-e51b71e8ad84@kernel.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
1 parent 096775c commit 2ee6648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ enum dpu_enc_rc_states {
139139
* num_phys_encs.
140140
* @hw_dsc: Handle to the DSC blocks used for the display.
141141
* @dsc_mask: Bitmask of used DSC blocks.
142-
* @cwb_mask Bitmask of used CWB muxes
142+
* @cwb_mask: Bitmask of used CWB muxes
143143
* @intfs_swapped: Whether or not the phys_enc interfaces have been swapped
144144
* for partial update right-only cases, such as pingpong
145145
* split where virtual pingpong does not generate IRQs

0 commit comments

Comments
 (0)