Re: [PATCH v3 4/4] drm/panel: ili9882t: Break out function for switching page

2023-07-06 Thread Doug Anderson
Hi, On Mon, Jul 3, 2023 at 6:22 AM Linus Walleij wrote: > > The ILI9882t has similarities with other Ilitek panels, such > as the characteristic internal page switching code that uses > the model number (0x98, 0x82) as parameter. > > We can clearly abstract out the page switching sequence from >

Re: [PATCH v3 4/4] drm/panel: ili9882t: Break out function for switching page

2023-07-06 Thread cong yang
Hi, On Mon, Jul 3, 2023 at 9:22 PM Linus Walleij wrote: > > The ILI9882t has similarities with other Ilitek panels, such > as the characteristic internal page switching code that uses > the model number (0x98, 0x82) as parameter. > > We can clearly abstract out the page switching sequence from >

[PATCH v3 4/4] drm/panel: ili9882t: Break out function for switching page

2023-07-03 Thread Linus Walleij
The ILI9882t has similarities with other Ilitek panels, such as the characteristic internal page switching code that uses the model number (0x98, 0x82) as parameter. We can clearly abstract out the page switching sequence from the initialization code. Signed-off-by: Linus Walleij --- drivers/gp