drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASK
[ Upstream commit a7129231edf329a00e92dbd2d741f6da728a4a06 ]
DPU5 and newer targets enable this unconditionally. Move it from the
SC7280 mask to the SC7180 one.
Fixes: 7e6ee55320
("drm/msm/disp/dpu1: enable DATA_HCTL_EN for sc7280 target")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/538159/
Link: https://lore.kernel.org/r/20230508-topic-hctl_en-v2-1-e7bea9f1f5dd@linaro.org
[DB: removed BIT(DPU_INTF_DATA_COMPRESS), which is not yet merged]
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
f4c6e5d734
commit
ed41f708b3
@ -80,9 +80,12 @@
|
|||||||
#define INTF_SDM845_MASK (0)
|
#define INTF_SDM845_MASK (0)
|
||||||
|
|
||||||
#define INTF_SC7180_MASK \
|
#define INTF_SC7180_MASK \
|
||||||
(BIT(DPU_INTF_INPUT_CTRL) | BIT(DPU_INTF_TE) | BIT(DPU_INTF_STATUS_SUPPORTED))
|
(BIT(DPU_INTF_INPUT_CTRL) | \
|
||||||
|
BIT(DPU_INTF_TE) | \
|
||||||
|
BIT(DPU_INTF_STATUS_SUPPORTED) | \
|
||||||
|
BIT(DPU_DATA_HCTL_EN))
|
||||||
|
|
||||||
#define INTF_SC7280_MASK INTF_SC7180_MASK | BIT(DPU_DATA_HCTL_EN)
|
#define INTF_SC7280_MASK (INTF_SC7180_MASK)
|
||||||
|
|
||||||
#define IRQ_SDM845_MASK (BIT(MDP_SSPP_TOP0_INTR) | \
|
#define IRQ_SDM845_MASK (BIT(MDP_SSPP_TOP0_INTR) | \
|
||||||
BIT(MDP_SSPP_TOP0_INTR2) | \
|
BIT(MDP_SSPP_TOP0_INTR2) | \
|
||||||
|
Loading…
Reference in New Issue
Block a user