Re: [PATCH v4 02/13] drm/msm/dpu: Introduce SC8280XP

2022-12-07 Thread Dmitry Baryshkov
On 07/12/2022 18:28, Bjorn Andersson wrote: On Wed, Dec 07, 2022 at 04:49:07PM +0200, Dmitry Baryshkov wrote: On 05/12/2022 19:44, Bjorn Andersson wrote: diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c [..] +static const struct dpu

Re: [PATCH v4 02/13] drm/msm/dpu: Introduce SC8280XP

2022-12-07 Thread Bjorn Andersson
On Wed, Dec 07, 2022 at 04:49:07PM +0200, Dmitry Baryshkov wrote: > On 05/12/2022 19:44, Bjorn Andersson wrote: > > diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c > > b/drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c [..] > > +static const struct dpu_mdp_cfg sc8280xp_mdp[] = { > > +

Re: [PATCH v4 02/13] drm/msm/dpu: Introduce SC8280XP

2022-12-07 Thread Dmitry Baryshkov
On 05/12/2022 19:44, Bjorn Andersson wrote: From: Bjorn Andersson The Qualcomm SC8280XP platform contains DPU version 8.0.0, has 9 interfaces, 2 DSI controllers and 4 DisplayPort controllers. Extend the necessary definitions and describe the DPU in the SC8280XP. Signed-off-by: Bjorn Andersson

[PATCH v4 02/13] drm/msm/dpu: Introduce SC8280XP

2022-12-05 Thread Bjorn Andersson
From: Bjorn Andersson The Qualcomm SC8280XP platform contains DPU version 8.0.0, has 9 interfaces, 2 DSI controllers and 4 DisplayPort controllers. Extend the necessary definitions and describe the DPU in the SC8280XP. Signed-off-by: Bjorn Andersson Signed-off-by: Bjorn Andersson --- Changes