Commit a3a6b350 authored by Barnabás Czémán's avatar Barnabás Czémán Committed by Dmitry Baryshkov

drm/msm/mdp5: Remove MDP_CAP_SRC_SPLIT from msm8x53_config

Remove MDP_CAP_SRC_SPLIT from msm8x53_config because
it is not referenced in downstream.

Fixes: fb25d447 ("drm/msm/mdp5: Add configuration for MDP v1.16")
Signed-off-by: default avatarBarnabás Czémán <trabarni@gmail.com>
Patchwork: https://patchwork.freedesktop.org/patch/600521/
Link: https://lore.kernel.org/r/20240624-msm8953-mdp-fix-v1-1-be4d3262ebe3@gmail.comSigned-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 5bea90ad
...@@ -837,8 +837,7 @@ static const struct mdp5_cfg_hw msm8x53_config = { ...@@ -837,8 +837,7 @@ static const struct mdp5_cfg_hw msm8x53_config = {
.name = "msm8x53", .name = "msm8x53",
.mdp = { .mdp = {
.count = 1, .count = 1,
.caps = MDP_CAP_CDM | .caps = MDP_CAP_CDM,
MDP_CAP_SRC_SPLIT,
}, },
.ctl = { .ctl = {
.count = 3, .count = 3,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment