Re: [PATCH v5 08/12] drm/msm/dpu: Add SM6375 support

2023-06-04 Thread Marijn Suijten
On 2023-06-01 16:56:53, Marijn Suijten wrote: > > +static const struct dpu_intf_cfg sm6375_intf[] = { > > + INTF_BLK("intf_0", INTF_0, 0x0, 0x280, INTF_NONE, 0, 0, 0, 0, 0), > > + INTF_BLK_DSI_TE("intf_1", INTF_1, 0x6a800, 0x2c0, INTF_DSI, 0, 24, > > INTF_SC7280_MASK, > > Did you forget

Re: [PATCH v5 08/12] drm/msm/dpu: Add SM6375 support

2023-06-02 Thread Konrad Dybcio
On 1.06.2023 16:56, Marijn Suijten wrote: > On 2023-05-23 09:46:19, Konrad Dybcio wrote: >> Add basic SM6375 support to the DPU1 driver to enable display output. > > Nit: The SM6350 commit doesn't use the word "basic" here: what does it > mean? Is this addition not complete (because it seems s

Re: [PATCH v5 08/12] drm/msm/dpu: Add SM6375 support

2023-06-01 Thread Marijn Suijten
On 2023-05-23 09:46:19, Konrad Dybcio wrote: > Add basic SM6375 support to the DPU1 driver to enable display output. Nit: The SM6350 commit doesn't use the word "basic" here: what does it mean? Is this addition not complete (because it seems so)? > Reviewed-by: Dmitry Baryshkov > Signed-off-by:

[PATCH v5 08/12] drm/msm/dpu: Add SM6375 support

2023-05-23 Thread Konrad Dybcio
Add basic SM6375 support to the DPU1 driver to enable display output. Reviewed-by: Dmitry Baryshkov Signed-off-by: Konrad Dybcio --- .../gpu/drm/msm/disp/dpu1/catalog/dpu_6_9_sm6375.h | 139 + drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 1 + drivers/gpu/drm/msm/di