lkml.org 
[lkml]   [2022]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 2/4] drm/msm/dpu: delete DATA_HCTL_EN from sc7280 hw feature
    Date
    DPTA_HCTL_EN controls data timing which can be different from
    video timing. It only required to be enabled either widebus
    or compression enabled.

    Signed-off-by: Kuogee Hsieh <quic_khsieh@quicinc.com>
    ---
    drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
    index aa75991..53bfb22 100644
    --- a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
    +++ b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c
    @@ -55,7 +55,7 @@

    #define INTF_SC7180_MASK BIT(DPU_INTF_INPUT_CTRL) | BIT(DPU_INTF_TE)

    -#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) | \
    BIT(MDP_SSPP_TOP0_INTR2) | \
    --
    The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
    a Linux Foundation Collaborative Project
    \
     
     \ /
      Last update: 2022-02-16 23:07    [W:5.454 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site