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>
Este commit está contenido en:
Veera Sundaram Sankaran
2021-12-14 11:27:41 -08:00
padre e7c09f0092
commit d1dcc8da8e
Se han modificado 9 ficheros con 21 adiciones y 230 borrados

Ver fichero

@@ -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.
*/
@@ -30,8 +31,7 @@ struct sde_hw_pipe;
/**
* Define all scaler feature bits in catalog
*/
#define SDE_SSPP_SCALER ((1UL << SDE_SSPP_SCALER_RGB) | \
(1UL << SDE_SSPP_SCALER_QSEED2) | \
#define SDE_SSPP_SCALER ((1UL << SDE_SSPP_SCALER_QSEED2) | \
(1UL << SDE_SSPP_SCALER_QSEED3) | \
(1UL << SDE_SSPP_SCALER_QSEED3LITE))