Re: [PATCH 02/43] fbdev/deferred-io: Move pageref setup into separate helper

2024-03-17 Thread Javier Martinez Canillas
Thomas Zimmermann writes: > Set up struct fb_deferred_io_pageref in th new helper function the > fb_deferred_io_pageref_lookup(), which runs when the pageref is first > taken. Remove the setup code from the rest of the code. > > At first, the code allocates the memory of all pageref structs.

[PATCH 02/43] fbdev/deferred-io: Move pageref setup into separate helper

2024-03-12 Thread Thomas Zimmermann
Set up struct fb_deferred_io_pageref in th new helper function fb_deferred_io_pageref_lookup(), which runs when the pageref is first taken. Remove the setup code from the rest of the code. At first, the code allocates the memory of all pageref structs. The setup of the various fields happens when