projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f90e1
)
drm/msm/dpu: Remove call to drm_mode_set_crtcinfo
author
Sean Paul
<seanpaul@chromium.org>
Mon, 17 Jun 2019 20:03:45 +0000
(16:03 -0400)
committer
Sean Paul
<seanpaul@chromium.org>
Thu, 20 Jun 2019 18:41:39 +0000
(14:41 -0400)
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
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
b/drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
index ea99643a3d6fb9d2648c1ee341f5a3805863072e..1cf4e306fccfd92fedfe57e007ee8216e1d531a6 100644
(file)
--- a/
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
+++ b/
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
@@
-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);