drm/msm/dpu: Remove call to drm_mode_set_crtcinfo
authorSean Paul <seanpaul@chromium.org>
Mon, 17 Jun 2019 20:03:45 +0000 (16:03 -0400)
committerSean Paul <seanpaul@chromium.org>
Thu, 20 Jun 2019 18:41:39 +0000 (14:41 -0400)
commit73e82519ea775799bdc8f10cd77aad2f550edb0a
treeab45af64aa2dd45351ed128fd5326f401a13d218
parent97f90e1b82e801bd9fa135af6a10843ecde4d125
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
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c