|
@@ -1,6 +1,6 @@
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
|
// 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) 2016-2021, The Linux Foundation. All rights reserved.
|
|
* Copyright (c) 2016-2021, The Linux Foundation. All rights reserved.
|
|
*/
|
|
*/
|
|
|
|
|
|
@@ -1845,6 +1845,8 @@ static void _sde_cp_crtc_commit_feature(struct sde_cp_node *prop_node,
|
|
hw_cfg.is_crtc_enabled = sde_crtc->enabled;
|
|
hw_cfg.is_crtc_enabled = sde_crtc->enabled;
|
|
|
|
|
|
hw_cfg.num_ds_enabled = sde_crtc_state->num_ds_enabled;
|
|
hw_cfg.num_ds_enabled = sde_crtc_state->num_ds_enabled;
|
|
|
|
+ hw_cfg.overfetch_lines_on_top = sde_crtc_state->user_roi_list.spr_roi[0].y1 -
|
|
|
|
+ sde_crtc_state->user_roi_list.roi[0].y1;
|
|
|
|
|
|
SDE_EVT32(prop_node->feature, hw_cfg.panel_width, hw_cfg.panel_height);
|
|
SDE_EVT32(prop_node->feature, hw_cfg.panel_width, hw_cfg.panel_height);
|
|
|
|
|