|
@@ -1,6 +1,6 @@
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
/*
|
|
|
- * Copyright (c) 2021-2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
* Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
|
|
*/
|
|
|
|
|
@@ -677,6 +677,7 @@ struct sde_mdss_color {
|
|
|
* @skip_blend_plane_h: skip plane height
|
|
|
* @num_ds_enabled: Number of destination scalers enabled
|
|
|
* @is_crtc_enabled: true if crtc is enabled
|
|
|
+ * @overfetch_lines_on_top: extra lines to over fetch on top
|
|
|
*/
|
|
|
struct sde_hw_cp_cfg {
|
|
|
void *payload;
|
|
@@ -697,6 +698,7 @@ struct sde_hw_cp_cfg {
|
|
|
u32 skip_blend_plane_h;
|
|
|
u32 num_ds_enabled;
|
|
|
bool is_crtc_enabled;
|
|
|
+ u32 overfetch_lines_on_top;
|
|
|
};
|
|
|
|
|
|
/**
|