Merge "disp: msm: sde: disable ot limit for cwb"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

melakukan
6349465588
@@ -1,5 +1,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
@@ -89,7 +90,7 @@ static void sde_encoder_phys_wb_set_ot_limit(
|
||||
ot_params.num = hw_wb->idx - WB_0;
|
||||
ot_params.width = wb_enc->wb_roi.w;
|
||||
ot_params.height = wb_enc->wb_roi.h;
|
||||
ot_params.is_wfd = true;
|
||||
ot_params.is_wfd = !(phys_enc->in_clone_mode);
|
||||
ot_params.frame_rate = drm_mode_vrefresh(&phys_enc->cached_mode);
|
||||
ot_params.vbif_idx = hw_wb->caps->vbif_idx;
|
||||
ot_params.clk_ctrl = hw_wb->caps->clk_ctrl;
|
||||
|
Reference in New Issue
Block a user