Re: [Intel-gfx] [PATCH v3 08/12] video: constify fb ops across all drivers

2019-12-05 Thread Jani Nikula
On Tue, 03 Dec 2019, Jani Nikula wrote: > Now that the fbops member of struct fb_info is const, we can start > making the ops const as well. > > This does not cover all drivers; some actually modify the fbops struct, > for example to adjust for different configurations, and others do more > involv

[PATCH v3 08/12] video: constify fb ops across all drivers

2019-12-03 Thread Jani Nikula
Now that the fbops member of struct fb_info is const, we can start making the ops const as well. This does not cover all drivers; some actually modify the fbops struct, for example to adjust for different configurations, and others do more involved things that I'd rather not touch in practically o