Skip to content

Commit

Permalink
drm/msm/dpu: Remove call to drm_mode_set_crtcinfo
Browse files Browse the repository at this point in the history
Now that mode_fixup has been removed, we can just rely on the call
from drm_helper_probe_single_connector_modes(),

Reviewed-by: Rob Clark <robdclark@chromium.org>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190617200405.131843-1-sean@poorly.run
  • Loading branch information
atseanpaul committed Jun 20, 2019
1 parent 97f90e1 commit 73e8251
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,6 @@ static int dpu_encoder_virt_atomic_check(
}
}

if (!ret)
drm_mode_set_crtcinfo(adj_mode, 0);

trace_dpu_enc_atomic_check_flags(DRMID(drm_enc), adj_mode->flags,
adj_mode->private_flags);

Expand Down

0 comments on commit 73e8251

Please sign in to comment.