Re: [Freedreno] [PATCH 1/6] drm/msm/dpu: don't set DPU_INTF_TE globally

2023-05-22 Thread Neil Armstrong
On 22/05/2023 02:42, Dmitry Baryshkov wrote: Using BIT(DPU_INTF_TE) in INTF_SC7180_MASK (and by extension in INTF_SC7280_MASK) results in this bit (and corrsponding operations) being enabled for all interfaces, even the ones which do not have TE block. Move this bit setting to INTF_DSI_TE(), so

[Freedreno] [PATCH 1/6] drm/msm/dpu: don't set DPU_INTF_TE globally

2023-05-21 Thread Dmitry Baryshkov
Using BIT(DPU_INTF_TE) in INTF_SC7180_MASK (and by extension in INTF_SC7280_MASK) results in this bit (and corrsponding operations) being enabled for all interfaces, even the ones which do not have TE block. Move this bit setting to INTF_DSI_TE(), so that it is only enabled for those INTF blocks