disp: msm: sde: remove rgb/cursor pipe related code

The HW support for RGB pipes were removed from MDSS 3.x and cursor pipes
from MDSS 4.x. Remove the support from s/w as well with this change.

Change-Id: Ib5b363234e200ee5c421684cf1904a38a5d90b58
Signed-off-by: Veera Sundaram Sankaran <quic_veeras@quicinc.com>
This commit is contained in:
Veera Sundaram Sankaran
2021-12-14 11:27:41 -08:00
父節點 e7c09f0092
當前提交 d1dcc8da8e
共有 9 個文件被更改,包括 21 次插入230 次删除

查看文件

@@ -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.
*/
@@ -185,7 +186,6 @@ static inline int _sspp_subblk_offset(struct sde_hw_pipe *ctx,
break;
case SDE_SSPP_SCALER_QSEED2:
case SDE_SSPP_SCALER_QSEED3:
case SDE_SSPP_SCALER_RGB:
*idx = sblk->scaler_blk.base;
break;
case SDE_SSPP_CSC: