disp: msm: sde: increase max number of mixers to 4
Increase the maximum number of mixers per crtc to 4 to support 4LM use case. This change also increases the number of data path to 4 to support 4LM in continuous splash handoff. Change-Id: I4655017dcb405fad69513bebb8fd7f848fc5873d Signed-off-by: Amine Najahi <anajahi@codeaurora.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
#include <drm/msm_drm_pp.h>
|
||||
#include "sde_hw_catalog.h"
|
||||
@@ -299,7 +299,7 @@ static int ad4_params_check(struct sde_hw_dspp *dspp,
|
||||
}
|
||||
|
||||
if (!cfg->hw_cfg->num_of_mixers ||
|
||||
cfg->hw_cfg->num_of_mixers > CRTC_DUAL_MIXERS) {
|
||||
cfg->hw_cfg->num_of_mixers > CRTC_DUAL_MIXERS_ONLY) {
|
||||
DRM_ERROR("invalid mixer cnt %d\n",
|
||||
cfg->hw_cfg->num_of_mixers);
|
||||
return -EINVAL;
|
||||
|
Viittaa uudesa ongelmassa
Block a user