Re: [v1 0/2] Break out as separate driver from boe-tv101wum-nl6 panel driver

2023-10-09 Thread Doug Anderson
Hi, On Mon, Oct 9, 2023 at 2:02 PM Linus Walleij wrote: > > On Mon, Oct 9, 2023 at 10:53 PM Doug Anderson wrote: > > > Also: just as a heads up, Hsin-Yi measured the impact of removing the > > "command table" for init and replacing it with a whole pile of direct > > function calls. She found tha

Re: [v1 0/2] Break out as separate driver from boe-tv101wum-nl6 panel driver

2023-10-09 Thread Linus Walleij
On Mon, Oct 9, 2023 at 10:53 PM Doug Anderson wrote: > Also: just as a heads up, Hsin-Yi measured the impact of removing the > "command table" for init and replacing it with a whole pile of direct > function calls. She found that it added over 100K to the driver (!!!). > I believe it went from a

Re: [v1 0/2] Break out as separate driver from boe-tv101wum-nl6 panel driver

2023-10-09 Thread Doug Anderson
Hi, On Sun, Oct 8, 2023 at 12:33 PM Linus Walleij wrote: > > On Sat, Oct 7, 2023 at 8:06 AM Cong Yang > wrote: > > > Linus series proposed to break out ili9882t as separate driver, > > but he didn't have time for that extensive rework of the driver. > > As discussed by Linus and Doug [1], keep m

Re: [v1 0/2] Break out as separate driver from boe-tv101wum-nl6 panel driver

2023-10-08 Thread Linus Walleij
On Sat, Oct 7, 2023 at 8:06 AM Cong Yang wrote: > Linus series proposed to break out ili9882t as separate driver, > but he didn't have time for that extensive rework of the driver. > As discussed by Linus and Doug [1], keep macro using the "struct > panel_init_cmd" > until we get some resolution

[v1 0/2] Break out as separate driver from boe-tv101wum-nl6 panel driver

2023-10-06 Thread Cong Yang
Linus series proposed to break out ili9882t as separate driver, but he didn't have time for that extensive rework of the driver. As discussed by Linus and Doug [1], keep macro using the "struct panel_init_cmd" until we get some resolution about the binary size issue. [1]: https://lore.kernel.org