|
@@ -1,5 +1,6 @@
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
/*
|
|
|
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
|
|
*/
|
|
|
|
|
@@ -215,6 +216,7 @@ struct dsi_panel {
|
|
|
const char *type;
|
|
|
struct device_node *panel_of_node;
|
|
|
struct mipi_dsi_device mipi_device;
|
|
|
+ bool panel_ack_disabled;
|
|
|
|
|
|
struct mutex panel_lock;
|
|
|
struct drm_panel drm_panel;
|