Hi, On Sun, Jan 26, 2025 at 5:46 PM Langyan Ye <yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > The csot-pna957qt1-1 is a 10.95" TFT panel. The MIPI controller on this > panel is the same as the other panels here, so add this panel to this > driver. From the datasheet, MIPI needs to keep the LP11 state before > the lcm_reset pin is pulled high, so increase lp11_before_reset flag. Drop the part about LP11. You must have copied it from an earlier panel where that flag still made sense. It doesn't make sense to talk about given the current state of the driver. > @@ -396,6 +397,103 @@ static int ivo_t109nw41_init(struct hx83102 *ctx) > return dsi_ctx.accum_err; > }; > > +static int csot_pna957qt1_1_init(struct hx83102 *ctx) > +{ nit: can you keep the functions sorted to match the bindings? So this function would be in between the BOE init function and the IVO init function? > @@ -462,6 +560,28 @@ static const struct hx83102_panel_desc ivo_t109nw41_desc = { > .init = ivo_t109nw41_init, > }; > > +static const struct drm_display_mode csot_pna957qt1_1_default_mode = { > + .clock = 177958, nit: similarly, sort the default_mode / desc between the BOE one and the IVO one. Other than small nits, this looks pretty nice to me and I'd expect to give a Reviewed-by tag on v2 unless something major changes. -Doug