disp: msm: sde: change INTF TE sync height based on 32-bit support
Modify the default INTF TE sync threshold config in cmd-mode to 32-bit max based on the INTF TE 32-bit support. Change-Id: I963ffa8ae37bce0e85deb335609857c17e32d6b0 Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
@@ -267,6 +267,11 @@ struct sde_hw_intf_ops {
|
||||
*/
|
||||
void (*override_tear_rd_ptr_val)(struct sde_hw_intf *intf,
|
||||
u32 adjusted_linecnt);
|
||||
|
||||
/**
|
||||
* Check if intf supports 32-bit registers for TE
|
||||
*/
|
||||
bool (*is_te_32bit_supported)(struct sde_hw_intf *intf);
|
||||
};
|
||||
|
||||
struct sde_hw_intf {
|
||||
|
Reference in New Issue
Block a user