drm/msm/dpu: Remove call to drm_mode_set_crtcinfo
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
This commit is contained in:
parent
97f90e1b82
commit
73e82519ea
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user