Skip to content

Commit 096775c

Browse files
committed
drm/msm/dpu: correct dpu_crtc_check_mode_changed docs
Correct commit 2097260 ("drm/msm/dpu: Require modeset if clone mode status changes") and describe old_crtc_state and new_crtc_state params instead of the single previously used parameter crtc_state. Fixes: 2097260 ("drm/msm/dpu: Require modeset if clone mode status changes") Signed-off-by: Dmitry Baryshkov <lumag@kernel.org> Reviewed-by: Rob Clark <robdclark@gmail.com> Patchwork: https://patchwork.freedesktop.org/patch/641313/ Link: https://lore.kernel.org/r/20250306-dpu-fix-docs-v1-1-e51b71e8ad84@kernel.org Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
1 parent 2060a2d commit 096775c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,8 @@ static int dpu_crtc_assign_resources(struct drm_crtc *crtc,
13951395

13961396
/**
13971397
* dpu_crtc_check_mode_changed: check if full modeset is required
1398-
* @crtc_state: Corresponding CRTC state to be checked
1398+
* @old_crtc_state: Previous CRTC state
1399+
* @new_crtc_state: Corresponding CRTC state to be checked
13991400
*
14001401
* Check if the changes in the object properties demand full mode set.
14011402
*/

0 commit comments

Comments
 (0)