Re: [PATCH] drm/panel: Modify innolux hj110iz panel inital code

From: Doug Anderson
Date: Mon May 08 2023 - 10:28:55 EST


Hi,

On Sat, May 6, 2023 at 2:32 AM Cong Yang
<yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Optimize flickering problem and power off sequence GOP timing at sleep in mode.
> When display sleep in raise the potential of all GOP signals to VGHO and then
> lower to GND.
>
> Signed-off-by: Cong Yang <yangcong5@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> .../gpu/drm/panel/panel-boe-tv101wum-nl6.c | 397 +++++++++++-------
> 1 file changed, 235 insertions(+), 162 deletions(-)

You sent two different patches with the exact same subject and the
same description but completely different contents. I can't land that.

Options:

1. Send a two-patch series where each patch has a different subject /
description.

2. Since these both touch the same file and (presumably) are trying to
address the same issue, just combine them into one patch and send
that.

Please make sure you document everything the patch is doing. I don't
think anything in the description explains why you need to change the
clock rate / blanking periods.

-Doug